Custom Zones


Last updated
By default, the script utilizes native GTA zones. To define custom zones, you must download and install the SD ZoneCreator: https://github.com/Samuels-Development/sd-zonecreator/releases/latest
Open the zone creator (default command is /zonecreator)
Create a new zone and name it just Test
Start clicking on map to create your zone, when is done click the vec2 button

Go to av_gangs/client/editable/zonelist.lua and add a new zone.
Every zone should have the following format:
index:string Should be unique
label:string Zone name
points:table A table containing all your vector2 list you copied from SD ZoneCreator

Last updated