09.05.2009, 19:21
in the public OnPlayerSpawn:
in the public OnPlayerEnterCheckPoint:
pawn Код:
CreatePlayerCheckpoint(playerid,319.0541,-164.5864,999.5938);
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
SetPlayerPos(playerid,3317.8159,2188.7927,11.3846);
SendClientMessage(playerid,0xffffff,"You have been teleported because of standing on the red checkpoint.");
return 1;
}