08.09.2013, 21:25
I made this code.
2 questions. Will it work and where should I put it for best effect?
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
if(IsPlayerConnected(playerid))
{
if(PlayerInfo[i][pMaskuse] == 1)
{
ShowPlayerNameTagForPlayer(i, i, 0);
}
}
}