Hero192 Posted January 11, 2016 Share Posted January 11, 2016 I used this function, Can anyone correct me ? --46 = Para ID giveWeapon ( source, 46, 1) Link to comment
starksZ Posted January 11, 2016 Share Posted January 11, 2016 yes, use an function to execute. Link to comment
aka Blue Posted January 11, 2016 Share 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 ) 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