24.08.2011, 18:10
Nem precisa do total slots :
This forum requires that you wait 120 seconds between posts. Please try again in 10 seconds.
PHP код:
forward AttPlayersON(playerid);
public AttPlayersON(playerid)
{
for(new dj = 0; dj < MAX_PLAYERS; dj++)
{
format(String, 30, "Players On: %d/%i", ponline, GetMaxPlayers());
TextDrawSetString(PlayersON, String);
TextDrawShowForPlayer(playerid, PlayersON);
}
return 1;
}