Quote:
Originally Posted by CrAzY MaN
Nope, MAXClients is for the number of slots your server have.
E.G. I have 16 slots server. So, MAXClients=16
get_maxplayers() is used for the total number of players playing in your server.
E.G. I have 16 slots server. Number of players playing now is 10. So get_maxplayers() <=10
I hope it is correct!
|
That is incorrect. get_maxplayers() will be the number of available slots on the server (in your example, it will always be 16). To get the number of players currently in the server you use get_playersnum().
You need to do some basic checking before you post. Please don't post if you know that you're not sure.
__________________