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