29.09.2012, 02:59
Your params should be flip-flopped. To hide the masked player's tag:
and to show it:
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(i, playerid, 0);
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(i, playerid, 1);