Jump to content

|HELP|handling


Best-Killer1

Recommended Posts

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 ?

Link to comment
  • 1 month later...
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"

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...