19.11.2012, 14:54
if i do /speed1 and i go like 50mph but not press w
new Float:Velocity[3];
GetVehicleVelocity(GetPlayerVehicleID(playerid), Velocity[0], Velocity[1], Velocity[2]);
SetVehicleVelocity(GetPlayerVehicleID(playerid), Velocity[0]+15, Velocity[1]+15, Velocity[2]);