MANAMAY Posted April 12, 2013 Share Posted April 12, 2013 شباب كذا اعمل جدول للاسلحه؟ local weap = { {22}, {23}, {24}, {25}, {26}, {27}, {28}, {29}, {30}, {31}, {33}, {34}, {35}, {36}, {37}, {38}, {41}, } Link to comment
فاّرس Posted April 12, 2013 Share Posted April 12, 2013 الجداول موب سهله ,, تعلم خطوه خطوه,, viewtopic.php?f=164&t=50471 Link to comment
iPrestege Posted April 12, 2013 Share Posted April 12, 2013 ممكن تعلمني وش نآوي تسوي؟ Link to comment
MANAMAY Posted April 13, 2013 Author Share Posted April 13, 2013 اسأل فقط ان ذي الطرية الصحيحه لعمل جدول؟ Link to comment
فاّرس Posted April 13, 2013 Share Posted April 13, 2013 (edited) ممم ما عندي خبره بالجداول ,, مدري يمكن كذآ ,, local weapons = { [1] = 33 [2] = 36 [3] = 27 [4] = 33 [5] = 37 } الحين يجي برستيج وانتقاداته Edited April 13, 2013 by Guest Link to comment
iPrestege Posted April 13, 2013 Share Posted April 13, 2013 مثآل و جدول مختصر # local Weapons = {22,23,24,25,26,27,28,29,30,31,33,34,35,36,37,38,41}; addCommandHandler("RandomWeapons", function ( player ) giveWeapon( player, Weapons[ math.random( #Weapons ) ],_,true ); outputChatBox( "* You Take a Weapon!",player,255,255,0,true ); end ); اذا عندكـ مشكلة يـ بيست قولها #؟ و لا تكلم بـ الناس كذا # ؟ Link to comment
فاّرس Posted April 13, 2013 Share Posted April 13, 2013 مثآل و جدول مختصر # local Weapons = {22,23,24,25,26,27,28,29,30,31,33,34,35,36,37,38,41}; addCommandHandler("RandomWeapons", function ( player ) giveWeapon( player, Weapons[ math.random( #Weapons ) ],_,true ); outputChatBox( "* You Take a Weapon!",player,255,255,0,true ); end ); اذا عندكـ مشكلة يـ بيست قولها #؟ و لا تكلم بـ الناس كذا # ؟ ههه ما قصدي شيء والله + وش فايده # الي في السطر 5؟ Link to comment
iPrestege Posted April 13, 2013 Share Posted April 13, 2013 عشان ناخذ عدد الجدول كآمل # * جدولكـ غلط توني آشوفة ذذ Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now