Limits: Difference between revisions

70 bytes added ,  27 April 2022
no edit summary
No edit summary
No edit summary
 
(21 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:Limits}}
{{DISPLAYTITLE:Limits}}
This page hosts a list of limits.
==Game Limits==
 
'''NOTE:''' Most of the limits in this section are for the elements in-range/on-screen. The overall total will only be limited by the max amount of ''all'' elements together (see next section for that total number).
==Limits for Types==
{| class="wikitable"
{| class="wikitable"
!Type
!Type
!Min - III VC SA
!III
!Max - III VC SA
!VC
!Min - IV
!SA
!Max - IV
!IV
!Notes
!Notes
|-
|-
|Blip
|[[createBlip|Blip]]
|
|127
|127
|127
|127
|
|
|
|-
|Building
|
|
|
|
|
|-
|CancellableEvent
|
|
|
|
|
|-
|Client
|
|127
|127
|
|
|
|
|-
|-
|Effect
|[[createBuilding|Building]]
|
|0
|
|0
|
|0
|
|0
|
|
|-
|-
|Element
|[[gta.swapNearestBuildingModel|Building Swaps]]
|
|0
|
|0
|
|0
|
|0
|
|
|-
|-
|Entity
|[[gta.addParticleEffect|Effect]]
|
|0
|
|0
|
|0
|
|0
|
|-
|Event
|
|
|
|
|
|-
|Font
|
|
|
|
|
|-
|GUIElement
|
|
|
|
|
|-
|GUIHtmlElement
|
|
|
|
|
|-
|GUIHtmlView
|
|
|
|
|
|-
|GUIPage
|
|
|
|
|
|-
|GUIWindow
|
|
|
|
|
|-
|KeyEvent
|
|
|
|
|
|
|-
|-
|Marker
|Marker
|
|32
|
|32
|
|32
|
|32
|
|
|-
|-
|Matrix4x4
|[[createObject|Objects]]
|
|2048
|
|2048
|
|2048
|
|
|-
|Object
|
|2048
|2048
|
|
|
|
|-
|-
|Ped
|[[createPed|Peds]]
|0
|512
|512
|512
|512
|512
|
|The limit includes player peds and peds generated by civilian AI (if enabled).
|
|The limit includes peds generated by civilian AI (if enabled).
|-
|-
|Physical
|[[createPickup|Pickups]]
|
|0
|
|0
|
|0
|
|0
|
|
|-
|-
|Pickup
|Player Peds
|
|127
|
|127
|
|
|
|-
|Player
|
|127
|127
|
|32
|
|
|
|-
|-
|ReflectedFunction
|[[createSphere|Spheres]]
|
|16
|
|16
|
|16
|
|16
|
|
|-
|-
|Resource
|Train
|
|0
|
|0
|
|0
|
|0
|
|
|-
|-
|Sound
|Vehicle
|
|512
|
|512
|
|512
|
|512
|
|The limit includes vehicles generated by traffic AI (if enabled).
|}
 
==Other Limits==
{| class="wikitable"
!Type
!Amount
!Notes
|-
|-
|Stream
|Connected Clients/Players
|
|127
|
|
|
|
|
|-
|-
|Surface
|All Elements
|
|0
|
|This is a total of all elements combined together
|
|
|
|-
|-
|RenderTarget
|Chat Box Message Length
|
|4096
|
|Length here represents byte count, not character count.
|
|
|
|-
|-
|Texture
|Player Name Length
|
|32
|
|
|
|
|
|-
|-
|Timer
|Server Resources
|
|
|
|
|
|
|
|-
|-
|Vec2
|Client Resources
|
|
|
|
|
|
|
|-
|-
|Vec3
|Resource Script Files
|
|255
|
|
|
|
|
|-
|-
|XmlDocument
|Resource Client Files
|
|
|
|
|
|
|
|-
|-
|XmlElement
|Players in Session/Lobby (IV)
|
|32
|
|
|
|
|-
|Train
|
|
|
|
|
|-
|Transformable
|
|
|
|
|
|-
|Vehicle
|0
|512
|
|
|The limit includes vehicles generated by traffic AI (if enabled).
|}
 
==Other Limits==
{| class="wikitable"
!Limit
!Min - III VC SA
!Max - III VC SA
!Min - IV
!Max - IV
!Notes
|-
|Chat box message size
|1
|4096
|
|
|
|Size represents byte count, not character count.
|}
|}
2,591

edits