Click or drag to resize

SampLimits Class

Contains limits of SA:MP.
Inheritance Hierarchy
SystemObject
  SampSharp.Entities.SAMPSampLimits

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public static class SampLimits

The SampLimits type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberMaxActors
Maximum number of actors which can exist.
Public fieldStatic memberMaxGlobalObjects
Maximum number of global objects which can exist.
Public fieldStatic memberMaxPlayerAttachedObjects
Maximum number of attached objects attached to a player.
Public fieldStatic memberMaxPlayerChatBubbleLength
Maximum length of the text in a player chat bubble.
Public fieldStatic memberMaxPlayerNameLength
Maximum length of a player's name.
Public fieldStatic memberMaxPlayerObjects
Maximum number of per-player objects which can exist per player.
Public fieldStatic memberMaxPlayers
Maximum number of players which can exist.
Public fieldStatic memberMaxVehicles
Maximum number of vehicles which can exist.
Top
See Also