iFunnyo Posted January 29, 2019 Share Posted January 29, 2019 If anyone have the script that prevents you from jumping, please send me the script! I really need it, thanks! Link to comment
Moderators Patrick Posted January 29, 2019 Moderators Share Posted January 29, 2019 You want to disable jumping? Use this function: https://wiki.multitheftauto.com/wiki/ToggleControl -- server side function disablePedJumping(player) if isElement(player) then return toggleControl(player, "jump", false) end return false end 1 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