19.09.2013, 06:54
hi guy's
i made this but i want to make it invisible on radar so what i must to do ?
i made this but i want to make it invisible on radar so what i must to do ?

Код:
public OnPlayerSpawn(playerid) { SetPlayerCheckpoint(playerid, 1981.2754, -1719.0166, 17.0304, 5); return 1; } public OnPlayerEnterCheckpoint(playerid) { if(IsPlayerInRangeOfPoint(playerid, 5, 1981.2754, -1719.0166, 17.0304)) { SetPlayerPos(playerid, 2306.0259, -16.1539, 26.3182); } return 1; }