19.03.2013, 22:00
Hi I need help with placing a checkpoint that appears if you in a vehicle ID
If have do this but this is not the good way
If have do this but this is not the good way
pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
if(IsPlayerInVehicle(playerid, [B]Boot[/B]))
{
SetPlayerCheckpoint(playerid, -2971.8198, 497.0827, 0.1410, 4.0); //FIX
}
return 1;
}