@@ -9,36 +9,38 @@ tags: []
99| Type | Limit (0.3.7) |
1010| ------------------------------------------------------------- | --------------- |
1111| Players | 1000 |
12- | Vehicles<sup >(4)(6)</sup > | 2000 |
13- | Vehicle Models<sup >(1)</sup > | Unlimited |
14- | Objects<sup >(4)(6)</sup > | 1000 |
15- | Virtual Worlds | 2,147,483,647 |
16- | Interiors | 256 |
17- | Classes | 320 |
18- | Map Icons<sup >(4)</sup > | 100 |
19- | Race Checkpoints<sup >(4)</sup > | 1 |
20- | Checkpoints<sup >(4)</sup > | 1 |
21- | Pickups<sup >(4)</sup > | 4096 |
22- | Global 3D Labels<sup >(4)</sup > | 1024 |
23- | Per-player 3D Text Labels<sup >(4)</sup > | 1024 |
24- | Chat Bubble String | 144 characters |
12+ | [ Vehicles] ( ../functions/CreateVehicle ) <sup >(4)(6)</sup > | 2000 |
13+ | [ Vehicle Models] ( ../functions/CreateVehicle ) <sup >(1)</sup > | Unlimited |
14+ | [ Objects] ( ../functions/CreateObject ) <sup >(4)(6)</sup > | 1000 |
15+ | [ Virtual Worlds] ( ../functions/SetPlayerVirtualWorld ) | 2,147,483,647 |
16+ | [ Interiors] ( ../functions/SetPlayerInterior ) | 256 |
17+ | [ Classes] ( ../functions/AddPlayerClass ) | 320 |
18+ | [ Map Icons] ( ../functions/SetPlayerMapIcon ) <sup >(4)</sup > | 100 |
19+ | [ Race Checkpoints] ( ../functions/SetPlayerRaceCheckpoint ) <sup >(4)</sup > | 1 |
20+ | [ Checkpoints] ( ../functions/SetPlayerCheckpoint ) <sup >(4)</sup > | 1 |
21+ | [ Pickups] ( ../functions/CreatePickup ) <sup >(4)</sup > | 4096 |
22+ | [ Global 3D Labels] ( ../functions/Create3DTextLabel ) <sup >(4)</sup > | 1024 |
23+ | [ Per-player 3D Text Labels] ( ../functions/CreatePlayer3DTextLabel ) <sup >(4)</sup > | 1024 |
24+ | [ Chat Bubble String] ( ../functions/SetPlayerChatBubble ) | 144 characters |
2525| [ SetObjectMaterialText] ( ../functions/SetObjectMaterialText ) , [ SetPlayerObjectMaterialText] ( ../functions/SetPlayerObjectMaterialText ) Text length | 2048 characters |
26- | Gangzones | 1024 |
27- | Menus | 128 |
28- | Attached player objects | 10 |
29- | Player Variables | 800 |
30- | Actors (since 0.3.7)<sup >(4)(5)</sup > | 1000 |
31- | Explosions | 10 |
26+ | [ Gangzones] ( ../functions/GangZoneCreate ) | 1024 |
27+ | [ Per-player Gangzones] ( ../functions/CreatePlayerGangZone ) | 1024 |
28+ | [ Menus] ( ../functions/CreateMenu ) | 128 |
29+ | [ Attached player objects] ( ../functions/SetPlayerAttachedObject ) | 10 |
30+ | [ Player Variables] ( ../functions/SetPVarInt ) | 800 |
31+ | [ Server Variables (0.3.7 R2/omp)] ( ../functions/SetSVarInt ) | Unlimited |
32+ | [ Actors] ( ../functions/CreateActor ) (since 0.3.7)<sup >(4)(5)</sup >| 1000 |
33+ | [ Explosions] ( ../functions/CreateExplosion ) | 10 |
3234
33- ## Server Properties
35+ ## Server Properties - SA-MP / omp
3436
35- | Type | Limit (0.3.7) |
36- | --------------------------- | --------------------- |
37- | Gamemodes | 16 |
38- | Filterscripts | 16 |
39- | Text Input (Chat/Commands) | 128 cells (512 bytes) |
40- | Text Output | 144 cells (576 bytes) |
41- | Name Length ([ SetPlayerName] ( ../functions/SetPlayerName ) ) | 24 characters |
37+ | Type | SA-MP Limit (0.3.7) | omp |
38+ | --------------------------- | --------------------- | --------------------- |
39+ | Gamemodes | 16 | Unlimited |
40+ | Filterscripts | 16 | Unlimited |
41+ | Text Input (Chat/Commands) | 128 cells (512 bytes) | 128 cells (512 bytes) |
42+ | Text Output | 144 cells (576 bytes) | 128 cells (512 bytes) |
43+ | Name Length ([ SetPlayerName] ( ../functions/SetPlayerName ) ) | 24 characters | 24 characters |
4244
4345## Textdraws
4446
0 commit comments