GetMaxPlayers
Jump to navigation
Jump to search
Description
This function returns the maximum number of player slots on the server.
Syntax
int getMaxPlayers ()
Example
playermax = GetMaxPlayers (); serverChat ( "There are currently ", playermax, " player slots in this server." );