Online player count (+REP)
#3

Quote:
Originally Posted by Meller
Посмотреть сообщение
Use a loop,
PHP код:
new usersOnline 0;
for(new 
0MAX_PLAYERSi++)
{
    if(
IsPlayerConnected(i))
    {
         
usersOnline++;
    }

Obviously this is about PHP, not PAWN. I made something similar some time ago, lets see if I can find it.
Reply


Messages In This Thread
Online player count (+REP) - by Amit1998 - 22.05.2016, 17:31
Re: Online player count (+REP) - by Luicy. - 22.05.2016, 17:33
Re: Online player count (+REP) - by JasperM - 22.05.2016, 17:39
Re: Online player count (+REP) - by Amit1998 - 22.05.2016, 17:41
Re: Online player count (+REP) - by Amit1998 - 22.05.2016, 17:46
Re: Online player count (+REP) - by JasperM - 22.05.2016, 17:49
Re: Online player count (+REP) - by Amit1998 - 22.05.2016, 18:05
Re: Online player count (+REP) - by Amit1998 - 22.05.2016, 21:59

Forum Jump:


Users browsing this thread: 1 Guest(s)