Signature
#define MAX_PLAYERS 32 /* Maximum number of players AMX Mod X supports */
Description
Defines and constants related to the maximum number of clients.
Notes
-
MAX_PLAYERS is not the same as MaxClients. MAX_PLAYERS is a hardcoded
value as an upper limit, used mainly to declare arrays big enough for
all possible server situations. MaxClients changes based on the
server the plugin is deployed on..