GetMaxPlayers
Внешний вид
Returns the max players of the server set in conf.json ("maxplayers").
int NAPI.Server.GetMaxPlayers();
Example
<syntaxhighlight lang="csharp"> int maxPlayers = NAPI.Server.GetMaxPlayers(); </syntaxhighlight>
Returns the max players of the server set in conf.json ("maxplayers").
int NAPI.Server.GetMaxPlayers();
<syntaxhighlight lang="csharp"> int maxPlayers = NAPI.Server.GetMaxPlayers(); </syntaxhighlight>