-
Posts
793 -
Joined
-
Last visited
-
Days Won
4
Everything posted by Mr.CoR
-
شنوو هذااا شيي كبييير يا عمري شييي كبيير يا عمري بتفك ازمات عن المبتدئين اسستمر يالذيييب ##
-
هههههههه شوي شوي على الرجال حبه حبه
-
لازم تسوي ماركر او كول شيب وتتحقق من الالمنت الي دخل داخل الكول شيب او الماركر اذا كان سيارة تسوي DesrtoyElement وبالنسبه للسلاح سوي يوم يخش اللاعب داخل الماركر او الكول شيب استخدم فانكشن takeAllWeapon بس ما اعتقد تقدر ترجع له السلاح يوم يطلع او يمكن في طريقه احد غيري يعرفها اذا في احد يعرف ياليت يفيدنا وممكن تستخدم ايفنت onPlayerDamage وتتحقق اذا كان اللاعب داخل الكول شيب او الماركر اذا كان داخلهم تسوي canselEvent
-
انت ما ذكرت اساساً المشكلة الي واجهتك !! ء
-
سوي لوحه توزيع فلوس او ماركر يوم تخشه تطلع لوحه تشتري منها دم ودرع
-
[شرح] SQL-Structured Query Language | أوامر لغة الأس كيو ال
Mr.CoR replied to Mr.CoR's topic in دروس في البرمجة
حياك الله بعد قلبي لاهنت ع المرور -
changeGridListItemToPlayersName = function ( GridList, Column ) if GridList and Column then if getElementType ( GridList ) == "gui-gridlist" then if guiGridListClear ( GridList ) then for i, v in next, getElementsByType ( "player" ) do local Row = guiGridListAddRow ( GridList ) guiGridListSetItemText ( GridList, Row, Column, getPlayerName ( v ), false, false ); end; end; end; end; end; addEventHandler("onClientResourceStart", resourceRoot, function() Wind = guiCreateWindow(18, 15, 573, 535, ",", false) guiWindowSetSizable(Wind, false) guiSetVisible ( Wind , false ) TapPanel = guiCreateTabPanel(10, 40, 553, 485, false, Wind ) Tap = guiCreateTab("Tab", TapPanel) Grid = guiCreateGridList(10, 45, 146, 405, false, Tap) Column = guiGridListAddColumn(Grid ,"Player Name", 0.9) button = guiCreateButton(400, 203, 143, 19, "Set Health", false, Tap) end) function taha () guiSetVisible ( Wind , true ) showCursor ( true ) changeGridListItemToPlayersName ( Grid , Column ) end addCommandHandler ( "open", taha) addEventHandler("onClientGUIClick", root, function () local this = guiGridListGetItemText(Grid, guiGridListGetSelectedItem(Grid), 1) local thiss = getPlayerFromName(this) if source == button then setElementHealth(thiss,100) outputChatBox ( "#00FFFFx[تم إعطائك دم ]x",255,255,255,true) end end ) نسينا نغيير المتغيرات خخخ
-
اصلييي يا معلم كفو والله ، عال العال بالتوفيق ولاتحرمنا من جديدك ولايهمك كلام الناس ، دائماً الإنسان الناجح والي محترم نفسه ومحترف في شغله الناس تدور زلاته تحياتي
-
السلام عليكم كيكفم ي شباب سؤال بسيط ابي اسوي نظام نقاط بين التيمات يعني انا عندي تيمين بسيرفر ريس وابي اسوي نقاط لكل تيم والنقاط تجي اذا فاز تيم معين في ماب شوتر او ماب ديربي ياليت شرك لفظي بسيط عن السكربت + فنكشنات وشكراً مقدماً
-
انت طلبت كيف تحط اسامي اللاعبين في القريد ليست ماطلبت مني اسويلك زر إعطاء دم !! العموم هذا الكود كامل ، ووضح طلباتك في المرات القادمة changeGridListItemToPlayersName = function ( GridList, Column ) if GridList and Column then if getElementType ( GridList ) == "gui-gridlist" then if guiGridListClear ( GridList ) then for i, v in next, getElementsByType ( "player" ) do local Row = guiGridListAddRow ( GridList ) guiGridListSetItemText ( GridList, Row, Column, getPlayerName ( v ), false, false ); end; end; end; end; end; addEventHandler("onClientResourceStart", resourceRoot, function() Wind = guiCreateWindow(18, 15, 573, 535, ",", false) guiWindowSetSizable(Wind, false) guiSetVisible ( Wind , false ) TapPanel = guiCreateTabPanel(10, 40, 553, 485, false, Wind ) Tap = guiCreateTab("Tab", TapPanel) Grid = guiCreateGridList(10, 45, 146, 405, false, Tap) Column = guiGridListAddColumn(Grid ,"Player Name", 0.9) button = guiCreateButton(400, 203, 143, 19, "Set Health", false, Tap) end) function taha () guiSetVisible ( Wind , true ) showCursor ( true ) changeGridListItemToPlayersName ( Grid , Column ) end addCommandHandler ( "open", taha) addEventHandler("onClientGUIClick", root, function () local this = guiGridListGetItemText(GridName, guiGridListGetSelectedItem(GridName), 1) local thiss = getPlayerFromName(this) if source == button then setElementHealth(thiss,100) outputChatBox ( "#00FFFFx[تم إعطائك دم ]x",255,255,255,true) end end ) جرب الكود ملاحظة : كود إعطاء الدم حقوقه ترجع ل واي فاي #
-
changeGridListItemToPlayersName = function ( GridList, Column ) if GridList and Column then if getElementType ( GridList ) == "gui-gridlist" then if guiGridListClear ( GridList ) then for i, v in next, getElementsByType ( "player" ) do local Row = guiGridListAddRow ( GridList ) guiGridListSetItemText ( GridList, Row, Column, getPlayerName ( v ), false, false ); end; end; end; end; end; addEventHandler("onClientResourceStart", resourceRoot, function() Wind = guiCreateWindow(18, 15, 573, 535, ",", false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetVisible ( Wind , false ) TapPanel = guiCreateTabPanel(10, 40, 553, 485, false, Wind ) Tap = guiCreateTab("Tab", TapPanel) Grid = guiCreateGridList(10, 45, 146, 405, false, Tap) Column = guiGridListAddColumn(Grid ,"Player Name", 0.9) button = guiCreateButton(400, 203, 143, 19, "Set Health", false, Tap) end) function taha () guiSetVisible ( Wind , true ) showCursor ( true ) changeGridListItemToPlayersName ( Grid , Column ) end addCommandHandler ( "open", taha ) جرب الكود ملاحظة اكتب في اف ٨ open على شان تفتح لك اللوحه ملاحظة ثانيه اذا كان عندك جدول ومحطوط فيه قيم القريد ليست يعني كذا local GUI = { {GUICreateWindow}, {GUICreateTapPanel}, {GUICreateButton}, {GUICreateTap} } احذفه لاني حطيت لك قيم للعناصر اللوحه اذا ماحذفتهم مابيشتغل السكربت
-
عطني اكوادك الي سويتها وبعدل لك لاني شابك من جوال
-
هذا الكود الي تحت يسمى ب السورس كود او بالعربي الكود المصدر ، او تعريف ف تاخذه على ماهو وماتعدل عليه تنسخه وتلصقه في ملف كلاينت ، لكن خليه اول شي ، يعني فقوق قبل اللوحات وكل شي changeGridListItemToPlayersName = function ( GridList, Column ) if GridList and Column then -- Check Parematers if getElementType ( GridList ) == "gui-gridlist" then -- Check The Type of ' GridList ' if guiGridListClear ( GridList ) then -- Clear GridList for i, v in next, getElementsByType ( "player" ) do -- Get Everything by Type ' player ' local Row = guiGridListAddRow ( GridList ) -- Add Row guiGridListSetItemText ( GridList, Row, Column, getPlayerName ( v ), false, false ); -- Set New Values end; -- end of ' for ' end; -- end of ' clear gridlist ' end; -- end of ' check gridlist type ' end; -- end of ' check parematers end; -- end of ' function ' ثاني شي تحط ذا الكود عند فانكشن فتح اللوحه changeGridListItemToPlayersName ( GridListName , Column);
-
اللاعب جابه لان راعي الموضوع قايل لك انه حاط جميع اللاعبين داخل قريد ليست صح ولا مب غلط خخ
-
[شرح] SQL-Structured Query Language | أوامر لغة الأس كيو ال
Mr.CoR replied to Mr.CoR's topic in دروس في البرمجة
Welcome of course you can post here . I will try in my free time to translate this tutorial. حياك الله منور -
ابو شنب عارفه وواثق فيه ثقه عمياء وعارف انه ماهوب راعي هالسوالف ومن اول م شفت الموضوع عارف انه فيه تلاعب بالتوفيق ابو شنب