Annoying /mask problem :/
#5

Or for the easiest way... that is 100% to work.. Put it under OnPlayerStreamIn maybe??
pawn Код:
public OnPlayerStreamIn(playerid, forplayerid)
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(Masked[i] == 1)
            {
                ShowPlayerNameTagForPlayer(playerid, i, 0);
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread
Annoying /mask problem :/ - by Lajko1 - 29.01.2014, 22:24
Re: Annoying /mask problem :/ - by jakejohnsonusa - 29.01.2014, 22:29
Re: Annoying /mask problem :/ - by Abagail - 29.01.2014, 22:31
Re: Annoying /mask problem :/ - by Unfriendly - 30.01.2014, 14:40
Re: Annoying /mask problem :/ - by Don_Cage - 30.01.2014, 15:13
Re: Annoying /mask problem :/ - by Lajko1 - 30.01.2014, 16:29

Forum Jump:


Users browsing this thread: 1 Guest(s)