dima3367 Posted February 16, 2017 Share Posted February 16, 2017 Please tell me how to use this setPedCanBeKnockedOffBike to do so would be a player did not fall with the default motorcycle. Not much I can understand that some who are not hard to please. Link to comment
NeXuS™ Posted February 16, 2017 Share Posted February 16, 2017 You can go to the Wiki site, and check the example. It's doing the exactly same as you want to. Link to comment
dima3367 Posted February 16, 2017 Author Share Posted February 16, 2017 I can not understand it because it shows that the player himself would be included. Link to comment
MTA Team botder Posted February 17, 2017 MTA Team Share Posted February 17, 2017 addEventHandler("onClientPlayerSpawn", root, function () setPedCanBeKnockedOffBike(source, false) end ) This would prevent any player to be knocked off his bike. Furthermore, this snippet is clientside, because setPedCanBeKnockedOffBike is a clientside-only function. 2 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