/mask help?
#2

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


Messages In This Thread
/mask help? - by DeeCaay - 29.09.2012, 02:41
Re: /mask help? - by zDevon - 29.09.2012, 02:59
Re: /mask help? - by DeeCaay - 29.09.2012, 03:08

Forum Jump:


Users browsing this thread: 1 Guest(s)