Jump to content

مساعده جدول اسلحه


Recommended Posts

مثآل و جدول مختصر #

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
مثآل و جدول مختصر #

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...