SetPlayerCheckpoint(playerid, x, y, z, size);
public OnPlayerEnterCheckpoint(playerid) { SetPlayerPos(playerid, x,y,z); SetPlayerInterior(playerid, interiorid) return 1; }