20.02.2011, 21:07
Here's what I did to avoid problems with people joining or leaving:
ShowNames can be regulated with commands obviously
pawn Код:
new bool: ShowNames = true;
public OnPlayerStreamIn(playerid, forplayerid)
{
ShowPlayerNameTagForPlayer(forplayerid, playerid, ShowNames);
}