02.04.2011, 13:23
Hmm it might would be possible with GetVehicleVelocity() & SetVehicleVeloCity() and OnPlayerKeyStateChange() and GetplayerKeys()
E.X:
if player is holding "w", then SetVehicleVeloCity(vehicle,x+5,y+5,z+5);
Other than making it yourself... it isnt possible.
E.X:
if player is holding "w", then SetVehicleVeloCity(vehicle,x+5,y+5,z+5);
Other than making it yourself... it isnt possible.