Es.getmaxplayercount
From EventScripts Community Encyclopedia
[edit] Method: getmaxplayercountModule: es [edit] Method Overview[edit] Table of Contents
[edit] DescriptionStore in a variable, the result of the max or player that can enter to server! (Slots) This is the Python equivalent of: http://www.eventscripts.com/pages/es_getmaxplayercount [edit] Arguments
[edit] Examplesdef load(): max_players = es.getmaxplayercount() es.msg('There are ' + max_players + ' slots available on server!') [edit] Notes
[edit] See Also |
|
