Disable nametag
#2

This is all you need.
pawn Код:
for(new i; i < MAX_PLAYERS; i++)
{
    if(!IsPlayerConnected(playerid))
    {
        continue;
    }

    ShowPlayerNameTagForPlayer(i, playerid, false);
    /*
        i           all players online
        playerid    a specific player that uses /mask
        false       hide name tag
    */

}
EDIT: https://sampwiki.blast.hk/wiki/ShowPlayerNameTagForPlayer - OnPlayerStreamIn is important public.
Reply


Messages In This Thread
Disable nametag - by Garc1a - 30.06.2012, 20:33
Re: Disable nametag - by Toreno - 30.06.2012, 20:55
Re: Disable nametag - by Garc1a - 30.06.2012, 21:20
Re: Disable nametag - by Toreno - 30.06.2012, 21:30

Forum Jump:


Users browsing this thread: 1 Guest(s)