skatefilter5 Posted October 19, 2018 Share Posted October 19, 2018 I was attempting to max the stat on bmx but the script wasn't working even if I start the script on map editor along with tools. I tried searching for max stats on bike used for bmx race. I was going to make thps map to make the player jump to the gap. I don't want to have 0 stat on bmx or it's useless to make thps maps, stunts ramps jump on gaps. Can you help please? I'm in map editor needs to test on gaps Link to comment
SaNoR Posted October 19, 2018 Share Posted October 19, 2018 addEventHandler("onClientVehicleEnter", root, function(player, seat) if getElementModel(source) == 481 then setPedStat(player, 229, 1000) setPedStat(player, 230, 1000) end 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