22.06.2010, 02:08
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
ShowPlayerNameTagForPlayer(i, playerid, false);
for(new i = 0; i < MAX_PLAYERS; i++)
{
ShowPlayerNameTagForPlayer(i, playerid, false);
for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, false); // to hide everyone and for(new i = 0; i < MAX_PLAYERS; i++) ShowPlayerNameTagForPlayer(playerid, i, true); // to show everyone
ShowPlayerNameTagForPlayer(i, playerid, 0);
ShowPlayerNameTagForPlayer(i, playerid, 0);
ShowPlayerNameTagForPlayer(i, playerid, 1);
Parameters: ShowPlayerNameTagForPlayer(playerid, showplayerid, show) |
for(new i; i < MAX_PLAYERS; i++)
{
ShowPlayerNameTagForPlayer(playerid,i,0);
}