Pierce Posted March 29, 2014 Share Posted March 29, 2014 please help idk whats wrong in here function disableKnockOff(localPlayer) setPedCanBeKnockedOffBike(localPlayer,false) end addEventHandler("onClientVehicleCollision", localPlayer,disableKnockOff) doesnt give any errors i just want to make that you cant fall off bikes Link to comment
Castillo Posted March 29, 2014 Share Posted March 29, 2014 addEventHandler ( "onClientResourceStart", resourceRoot, function ( ) setPedCanBeKnockedOffBike ( localPlayer, false ) 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