22.06.2010, 09:33 
	
	
	
		Wiki:
par 1 (playerid): The playerid is show/hide his name tag for showplayerid.
par 2 (showID): The id to have visual effect on.
	
	
	
	
Quote:
| Parameters: ShowPlayerNameTagForPlayer(playerid, showplayerid, show) | 
par 2 (showID): The id to have visual effect on.
pawn Код:
for(new i; i < MAX_PLAYERS; i++)
{
ShowPlayerNameTagForPlayer(playerid,i,0);
}


