Checking if there are 70 players online?
#8

Код:
for(new i; i < MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i))
{
if(pCount >= 69)
{
GameTextForPlayer(i,"happy hour active", 3600000, 4);
}
if(pCount <= 70)
{
GameTextForPlayer(i," ",1,4); 
}
}
}
Reply


Messages In This Thread
Checking if there are 70 players online? - by Face9000 - 30.11.2010, 13:05
Re: Checking if there are 70 players online? - by Lutsen - 30.11.2010, 13:10
Re: Checking if there are 70 players online? - by Scenario - 30.11.2010, 13:20
Re: Checking if there are 70 players online? - by Face9000 - 30.11.2010, 13:42
Re: Checking if there are 70 players online? - by Lutsen - 30.11.2010, 13:49
Re: Checking if there are 70 players online? - by Face9000 - 30.11.2010, 13:54
Re: Checking if there are 70 players online? - by Nero_3D - 30.11.2010, 14:01
Re: Checking if there are 70 players online? - by Lutsen - 30.11.2010, 14:07

Forum Jump:


Users browsing this thread: 3 Guest(s)