30.01.2015, 21:08
if i m in a checkpoint Car Get Jump
help me how use it
help me how use it
public OnPlayerEnterCheckpoint(playerid)
{
return 1;
}
-2026.2871,147.1436,28.8359
SetVehicleVelocity(GetPlayerVehicleID(playerid), 0, 0, 2); // We set the velocity to 0 in x and y, but z (upwards / downwards) is set to 2, which will make it boost upwards.
public OnPlayerEnterCheckpoint(playerid)
{
return 1;
}