27.07.2010, 23:38
setvehiclevelocity sets the speed of a vehicle
wiki:
https://sampwiki.blast.hk/wiki/SetVehicleVelocity
A nice way to make vehicles faster is to do something like:
OnPlayerUpdate:
if the player is in a vehicle
get the players vehicle
get the vehicles velocity
then, set the vehicles velocity to some number more than what it currently is.
wiki:
https://sampwiki.blast.hk/wiki/SetVehicleVelocity
A nice way to make vehicles faster is to do something like:
OnPlayerUpdate:
if the player is in a vehicle
get the players vehicle
get the vehicles velocity
then, set the vehicles velocity to some number more than what it currently is.

