Click or drag to resize

IServerService Properties

The IServerService type exposes the following members.

Properties
  NameDescription
Public propertyActorPoolSize
Gets the highest actor identifier created on the server.
Public propertyMaxPlayers
Gets the maximum number of players that can join the server, as set by the server variable 'maxplayers' in server.cfg.
Public propertyNetworkStats
Gets the server's network statistics.
Public propertyPlayerPoolSize
Gets the player actor identifier created on the server.
Public propertyTickCount
Returns the up time of the actual server (not the SA-MP server) in milliseconds.
Public propertyTickRate
Gets the tick rate of the server.
Public propertyVariables
Gets the SVar variable collection.
Public propertyVehiclePoolSize
Gets the vehicle actor identifier created on the server.
Top
See Also