MontiVante Posted October 10, 2017 Share Posted October 10, 2017 addEventHandler("onPlayerJoin", root, function() bindKey( source, "J", "down", jetpack ) end ) function jetpack( Player, commandName ) local playerTeam = getPlayerTeam( Player ) if ( getTeamName( playerTeam ) == "Militar" ) then if ( not doesPedHaveJetPack( player ) ) then end givePedJetPack( player ) else removePedJetPack( player ) end end addCommandHandler('jetpack', jetpack) addCommandHandler('jp', jetpack) help I have made a script for a teamn can have jetpack but the problem does not want me to serve the bindkey and addCommandHandler that I do help please. Link to comment
AE. Posted October 10, 2017 Share Posted October 10, 2017 1 hour ago, santinet12 said: help I have made a script for a teamn can have jetpack but the problem does not want me to serve the bindkey and addCommandHandler that I do help please. debug? Link to comment
AE. Posted October 10, 2017 Share Posted October 10, 2017 1 minute ago, santinet12 said: yes bro write in the console (F8) debugscript 3 and post what shows on the screen Link to comment
AE. Posted October 10, 2017 Share Posted October 10, 2017 Just now, santinet12 said: ready bro i don't understand you post a screenshot Link to comment
MontiVante Posted October 10, 2017 Author Share Posted October 10, 2017 I'm sorry, do not get mad, but I do not know how images are sent because I've only been in the form for 1 week. Link to comment
AE. Posted October 10, 2017 Share Posted October 10, 2017 upload it on imgur and copy the link and got to reply box you will find on the down right corner "inset other media" press on it choose "insert image from url" and put the link 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