ServerService Properties |
The ServerService type exposes the following members.
| Name | Description | |
|---|---|---|
| ActorPoolSize |
Gets the highest actor identifier created on the server.
| |
| MaxPlayers |
Gets the maximum number of players that can join the server, as set by the server variable 'maxplayers' in server.cfg.
| |
| NetworkStats |
Gets the server's network statistics.
| |
| PlayerPoolSize |
Gets the player actor identifier created on the server.
| |
| TickCount |
Returns the up time of the actual server (not the SA-MP server) in milliseconds.
| |
| TickRate |
Gets the tick rate of the server.
| |
| Variables |
Gets the SVar variable collection.
| |
| VehiclePoolSize |
Gets the vehicle actor identifier created on the server.
|