new Float:pos[3]; GetPlayerPos(playerid, pos[0], pos[1], pos[2]); SetPlayerMapIcon(jugadorid, iconid, pos[0], pos[1], pos[2], 0, color, MAPICON_LOCAL_CHECKPOINT9);
https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
https://sampwiki.blast.hk/wiki/GetPlayerPos Код:
new Float:pos[3]; GetPlayerPos(playerid, pos[0], pos[1], pos[2]); SetPlayerMapIcon(jugadorid, iconid, pos[0], pos[1], pos[2], 0, color, MAPICON_LOCAL_CHECKPOINT ; |