07.01.2011, 11:01
You cant boost speed, unless set timer with repeating to its each 25ms sets your speed
Like its gets your speed at /speed cmd and each 25ms sets that speed + your 0.3, but you need to use
SetVehicleVelocity(GetPlayerVehicleID(playerid) ,x*0.3 ,y*0.3 ,z*0.3);
Because car never can go in one direction its goes X,Y,Z at same time
Like its gets your speed at /speed cmd and each 25ms sets that speed + your 0.3, but you need to use
SetVehicleVelocity(GetPlayerVehicleID(playerid) ,x*0.3 ,y*0.3 ,z*0.3);
Because car never can go in one direction its goes X,Y,Z at same time