Hero192 Posted January 11, 2016 Posted January 11, 2016 I used this function, Can anyone correct me ? --46 = Para ID giveWeapon ( source, 46, 1)
starksZ Posted January 11, 2016 Posted January 11, 2016 yes, use an function to execute. El unico limite en la vida, es tu imaginacion. Programar es la mejor forma de aprender a pensar.
aka Blue Posted January 11, 2016 Posted January 11, 2016 You can use this, for example: addCommandHandler ( "myparachute", function ( player, commandName ) outputChatBox ( "Parachute in your inventory added.", player, 0, 255, 0 ) giveWeapon ( player, 46, 1) end )
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