30.03.2012, 17:40
this is script jump car how to make when press h or caps lock jump car ?
this is script jump car how to make when press h or caps lock jump car ?
PHP код:
new Float:x, Float:y, Float:z;
GetVehicleVelocity(GetPlayerVehicleID(playerid),x,y,z);
SetVehicleVelocity(GetPlayerVehicleID(playerid),x,y,z+2);