Interface administrators, moderator
2,622
edits
No edit summary |
No edit summary |
||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Limits}} | {{DISPLAYTITLE:Limits}} | ||
==Game | ==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). | |||
{| class="wikitable" | {| class="wikitable" | ||
!Type | !Type | ||
Line 9: | Line 10: | ||
!Notes | !Notes | ||
|- | |- | ||
|Blip | |[[createBlip|Blip]] | ||
|127 | |127 | ||
|127 | |127 | ||
Line 16: | Line 17: | ||
| | | | ||
|- | |- | ||
|Building | |[[createBuilding|Building]] | ||
|0 | |0 | ||
|0 | |0 | ||
Line 23: | Line 24: | ||
| | | | ||
|- | |- | ||
|Effect | |[[gta.swapNearestBuildingModel|Building Swaps]] | ||
|0 | |||
|0 | |||
|0 | |||
|0 | |||
| | |||
|- | |||
|[[gta.addParticleEffect|Effect]] | |||
|0 | |0 | ||
|0 | |0 | ||
Line 37: | Line 45: | ||
| | | | ||
|- | |- | ||
| | |[[createObject|Objects]] | ||
|2048 | |2048 | ||
|2048 | |2048 | ||
Line 44: | Line 52: | ||
| | | | ||
|- | |- | ||
| | |[[createPed|Peds]] | ||
|512 | |512 | ||
|512 | |512 | ||
|512 | |512 | ||
|512 | |512 | ||
|The limit includes peds generated by civilian AI (if enabled). | |The limit includes player peds and peds generated by civilian AI (if enabled). | ||
|- | |- | ||
| | |[[createPickup|Pickups]] | ||
|0 | |0 | ||
|0 | |0 | ||
Line 59: | Line 67: | ||
|- | |- | ||
|Player Peds | |Player Peds | ||
|127 | |||
|127 | |||
|127 | |||
|32 | |32 | ||
| | | | ||
| | |- | ||
| | |[[createSphere|Spheres]] | ||
|16 | |||
|16 | |||
|16 | |||
|16 | |||
| | | | ||
|- | |- | ||
Line 86: | Line 101: | ||
!Notes | !Notes | ||
|- | |- | ||
|Clients | |Connected Clients/Players | ||
|127 | |127 | ||
| | | | ||
|- | |- | ||
|Chat | |All Elements | ||
|0 | |||
|This is a total of all elements combined together | |||
|- | |||
|Chat Box Message Length | |||
|4096 | |4096 | ||
| | |Length here represents byte count, not character count. | ||
|- | |- | ||
|Player Name Length | |Player Name Length | ||
Line 99: | Line 118: | ||
|- | |- | ||
|Server Resources | |Server Resources | ||
| | |∞ | ||
| | | | ||
|- | |- | ||
|Client Resources | |Client Resources | ||
| | |∞ | ||
| | | | ||
|- | |- | ||
|Resource Script Files | |Resource Script Files | ||
| | |255 | ||
| | | | ||
|- | |- | ||
|Resource Client Files | |Resource Client Files | ||
| | |∞ | ||
| | | | ||
|- | |- |