07.11.2010, 05:05
Well this is a kind of simple way of putting it but...
Sometimes the simple solution is the best solution
pawn Код:
new Float:x,Float:y,Float:z;
GetVehicleVelocity(GetPlayerVehicleID(playerid),x,y,z);
SetVehicleVelocity(GetPlayerVehicleID(playerid),x*1.5,y*1.5,z*1.5);