GetAbsoluteMaxPlayers
Returns the maximum number of players allowed in a multiplayer game. This number is not dependent on the number
of walkplayers in the level; it's probably the number of players that the engine can handle. This verb will always
return 32; that matches the "(up to 32)" player limit in the host's game setup options.
maxnum=GetAbsoluteMaxPlayers();