Best-Killer1 Posted October 10, 2015 Posted October 10, 2015 how i can change the speed ?? this code handlingChange22 = function(l_5_0, l_5_1) if getElementModel(l_5_0) == 411 and l_5_1 == 0 then setVehicleHandling(l_5_0, "maxVelocity", 10000) setVehicleHandling(l_5_0, "engineAcceleration", 500) setVehicleHandling(l_5_0, "tractionBias", 0.80) setVehicleHandling(l_5_0, "suspensionLowerLimit", -0.100) setVehicleHandling(l_5_0, "driveType", "awd") setVehicleHandling(l_5_0, "modelFlags", 9999122304) setVehicleHandling(l_5_0, "handlingFlags", 99992948352) end end example i wanna make the speed 500 any one can show me for learn ?
jingzhi Posted November 19, 2015 Posted November 19, 2015 how i can change the speed ?? this code handlingChange22 = function(l_5_0, l_5_1) if getElementModel(l_5_0) == 411 and l_5_1 == 0 then setVehicleHandling(l_5_0, "maxVelocity", 10000) setVehicleHandling(l_5_0, "engineAcceleration", 500) setVehicleHandling(l_5_0, "tractionBias", 0.80) setVehicleHandling(l_5_0, "suspensionLowerLimit", -0.100) setVehicleHandling(l_5_0, "driveType", "awd") setVehicleHandling(l_5_0, "modelFlags", 9999122304) setVehicleHandling(l_5_0, "handlingFlags", 99992948352) end end example i wanna make the speed 500 any one can show me for learn ? Put 500 instead of 10000 in "maxVelocity"
SpecT Posted November 19, 2015 Posted November 19, 2015 To learn ? These arguments seem to be from decompiled script. Anyway, good luck!
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