19.12.2015, 09:44
Is this what you need?
https://sampwiki.blast.hk/wiki/Function:SetPlayerCheckpoint
Код:
public OnPlayerSpawn(playerid) { SetPlayerCheckpoint(playerid, 1982.6150, -220.6680, -0.2432, 3.0); return 1; } public OnPlayerEnterCheckpoint(playerid) { SetPlayerSkin(playerid, 277); DisablePlayerCheckpoint(playerid); return 1; }