17.08.2010, 09:52
https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer
00 = Transpartent (invisible) according to the Wiki
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
SetPlayerMarkerForPlayer(i,playerid,00);
}