From a60f8b84d3d45be48e87184574c5fdc2e404adee Mon Sep 17 00:00:00 2001 From: MarcusCZ <31177700+marekvac@users.noreply.github.com> Date: Sat, 4 Jan 2025 01:21:10 +0100 Subject: [PATCH] Create VZones.json --- resources/MarcusCZ/VZones.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/MarcusCZ/VZones.json diff --git a/resources/MarcusCZ/VZones.json b/resources/MarcusCZ/VZones.json new file mode 100644 index 0000000..26b21dd --- /dev/null +++ b/resources/MarcusCZ/VZones.json @@ -0,0 +1,8 @@ +{ + "title": "VZones", + "url": "https://github.com/marekvac/AltV-VZones", + "description": "A polyzone system, enabling the creation and management of various zone types, including 3D zones with polygonal base, 2D walls, and cylindrical zones (like checkpoints), each capable of triggering events like player entry and exit. Primarily designed for C# with limited JS support.", + "tags": ["csharp", "utility"], + "cover": "https://i.imgur.com/jdUr0zI.jpeg", + "cli": false +}