30.08.2008, 08:31
Quote:
|
Originally Posted by ^Lj
You could of done this:
Put these at the bottom of your [FS]. Код:
stock Namesoff(playerid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
ShowPlayerNameTagForPlayer(playerid, i, false);
}
}
Код:
stock Nameson(playerid)
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
ShowPlayerNameTagForPlayer(playerid, i, true);
}
}
|
Use:
Код:
for(new i = 0; i < GetMaxPlayers(); i++)

