hamed Posted September 28, 2023 Share Posted September 28, 2023 i scripting a drug system and one of my drugs doing a superjump for 30 sec and now i want to know how can i tell him every time player will jump in the 30 seconds start the script. actually i want OnPlayerJump event for that... Link to comment
Bishop_G Posted September 28, 2023 Share Posted September 28, 2023 setTimer(function() --YOUR CODES HERE-- end, 30000, 0) This function runs whatever you want every 30 seconds. Link to comment
hamed Posted September 28, 2023 Author Share Posted September 28, 2023 37 minutes ago, Bishop_G said: setTimer(function() --YOUR CODES HERE-- end, 30000, 0) This function runs whatever you want every 30 seconds. i was created that script and my drug system . i just want how can i set OnPlayerJump do that ... Link to comment
Bishop_G Posted September 28, 2023 Share Posted September 28, 2023 setAnalogControlState - Multi Theft Auto: Wiki Control names - Multi Theft Auto: Wiki It would be more helpful if you share here how you made it jump once. Link to comment
hamed Posted September 28, 2023 Author Share Posted September 28, 2023 55 minutes ago, Bishop_G said: setAnalogControlState - Multi Theft Auto: Wiki Control names - Multi Theft Auto: Wiki It would be more helpful if you share here how you made it jump once. thanks man 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