GrubaS Posted February 22, 2015 Share Posted February 22, 2015 (edited) delete this topic Edited February 22, 2015 by Guest Link to comment
MIKI785 Posted February 22, 2015 Share Posted February 22, 2015 2000 probably shouldn't be a string and do you have "veh" defined? Otherwise there's nothing wrong with it. Btw. i suggest using srun as that makes output invisible to other players. Link to comment
GrubaS Posted February 22, 2015 Author Share Posted February 22, 2015 (edited) a Edited February 22, 2015 by Guest Link to comment
MIKI785 Posted February 22, 2015 Share Posted February 22, 2015 Why did you remove vehicle? And you didn't change the number to int... I asked if you had 'veh' defined... Try this: setVehicleHandling(getPedOccupiedVehicle(getPlayerFromName("yournick")), "mass", 2000) Replace yournick by your nick obviously.. Link to comment
GrubaS Posted February 22, 2015 Author Share Posted February 22, 2015 Thanks, it's working Link to comment
MIKI785 Posted February 22, 2015 Share Posted February 22, 2015 Np, If you want to use 'veh' you have to define it: veh = getPedOccupiedVehicle(getPlayerFromName("yournick")) And then use veh instead of that function. 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