diff --git a/docs/scripting/resources/limits.md b/docs/scripting/resources/limits.md index 60be2d688..f441635a5 100644 --- a/docs/scripting/resources/limits.md +++ b/docs/scripting/resources/limits.md @@ -9,36 +9,38 @@ tags: [] | Type | Limit (0.3.7) | | ------------------------------------------------------------- | --------------- | | Players | 1000 | -| Vehicles(4)(6) | 2000 | -| Vehicle Models(1) | Unlimited | -| Objects(4)(6) | 1000 | -| Virtual Worlds | 2,147,483,647 | -| Interiors | 256 | -| Classes | 320 | -| Map Icons(4) | 100 | -| Race Checkpoints(4) | 1 | -| Checkpoints(4) | 1 | -| Pickups(4) | 4096 | -| Global 3D Labels(4) | 1024 | -| Per-player 3D Text Labels(4) | 1024 | -| Chat Bubble String | 144 characters | +| [Vehicles](../functions/CreateVehicle)(4)(6) | 2000 | +| [Vehicle Models](../functions/CreateVehicle)(1) | Unlimited | +| [Objects](../functions/CreateObject)(4)(6) | 1000 | +| [Virtual Worlds](../functions/SetPlayerVirtualWorld) | 2,147,483,647 | +| [Interiors](../functions/SetPlayerInterior) | 256 | +| [Classes](../functions/AddPlayerClass) | 320 | +| [Map Icons](../functions/SetPlayerMapIcon)(4) | 100 | +| [Race Checkpoints](../functions/SetPlayerRaceCheckpoint)(4) | 1 | +| [Checkpoints](../functions/SetPlayerCheckpoint)(4) | 1 | +| [Pickups](../functions/CreatePickup)(4) | 4096 | +| [Global 3D Labels](../functions/Create3DTextLabel)(4) | 1024 | +| [Per-player 3D Text Labels](../functions/CreatePlayer3DTextLabel)(4) | 1024 | +| [Chat Bubble String](../functions/SetPlayerChatBubble) | 144 characters | | [SetObjectMaterialText](../functions/SetObjectMaterialText), [SetPlayerObjectMaterialText](../functions/SetPlayerObjectMaterialText) Text length | 2048 characters | -| Gangzones | 1024 | -| Menus | 128 | -| Attached player objects | 10 | -| Player Variables | 800 | -| Actors (since 0.3.7)(4)(5) | 1000 | -| Explosions | 10 | +| [Gangzones](../functions/GangZoneCreate) | 1024 | +| [Per-player Gangzones](../functions/CreatePlayerGangZone) | 1024 | +| [Menus](../functions/CreateMenu) | 128 | +| [Attached player objects](../functions/SetPlayerAttachedObject) | 10 | +| [Player Variables](../functions/SetPVarInt) | 800 | +| [Server Variables (0.3.7 R2/omp)](../functions/SetSVarInt) | Unlimited | +| [Actors](../functions/CreateActor) (since 0.3.7)(4)(5)| 1000 | +| [Explosions](../functions/CreateExplosion) | 10 | -## Server Properties +## Server Properties - SA-MP / omp -| Type | Limit (0.3.7) | -| --------------------------- | --------------------- | -| Gamemodes | 16 | -| Filterscripts | 16 | -| Text Input (Chat/Commands) | 128 cells (512 bytes) | -| Text Output | 144 cells (576 bytes) | -| Name Length ([SetPlayerName](../functions/SetPlayerName)) | 24 characters | +| Type | SA-MP Limit (0.3.7) | omp | +| --------------------------- | --------------------- | --------------------- | +| Gamemodes | 16 | Unlimited | +| Filterscripts | 16 | Unlimited | +| Text Input (Chat/Commands) | 128 cells (512 bytes) | 128 cells (512 bytes) | +| Text Output | 144 cells (576 bytes) | 128 cells (512 bytes) | +| Name Length ([SetPlayerName](../functions/SetPlayerName)) | 24 characters | 24 characters | ## Textdraws