For your everyday player count (regular players and bots), use
get_playersnum.
If you want to get bot count, you'd have to do something like this:
Code:
new players[32], num;
get_players(players, num, "d");
// "num" now contains number of bots in server
The "d" flag skips real players (
more info).
You could alternatively use the "c" flag to skip bots and get a count of regular players in the server.
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS