hey people!
here's my question:
does
count the players that are in game,
or does it count the players that are connecting as well?
the amxmodx.inc says:
Code:
/* Returns number of players put in server.
* If flag is set then also connecting are counted. */
native get_playersnum(flag=0);
that is confusing me.
has it to be
to count connecting players as well?
please help me