26.10.2011, 21:08
pawn Код:
public OnPlayerSpawn(playerid)
{ //3.0 is the size of the checkpoint
SetPlayerCheckpoint(playerid, 1365.3500,-1279.0601,13.5469 , 3.0);
return 1;
}
public OnPlayerEnterCheckpoint(playerid)
{
SpawnPlayer(playerid);
return 1;
}