GetMaxPlayers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
==See Also== | ==See Also== | ||
{{ | {{Server functions}} |
Revision as of 20:22, 20 May 2006
Description
This function returns the maximum number of player slots on the server.
Syntax
int getMaxPlayers ()
Required Arguments
This function has no arguments.
Example
playermax = GetMaxPlayers () outputChatBox ( "There are currently ", playermax, " player slots in this server." )
See Also
- getMaxPlayers
- getServerConfigSetting
- getServerHttpPort
- getServerName
- getServerPassword
- getServerPort
- isGlitchEnabled
- setGlitchEnabled
- setMaxPlayers
- setServerConfigSetting
- setServerPassword
- shutdown