Add Gang & Tribute Zone
On this page, I'll give you snippets on how to add gang and tribute zone to Gangs - Territory, Wars, Tribute Zones!
Last updated
On this page, I'll give you snippets on how to add gang and tribute zone to Gangs - Territory, Wars, Tribute Zones!
Last updated
cfg.lua
)If you want to add new gang or tribute zone, you must add it to the config. I will explain how to add.
We need use ox_lib zone creation for add new gang. After installed ox_lib, write /zone poly command in-game and open zone editor. Once you have selected the points you want, save them with any name. Go to ox_lib/created_zones.lua and you will see similar below picture. Copy points table and thickness.
Open the config file. (rm_gangs/cfg.lua)
Find this lines:
Add new gang like this:
We need use ox_lib zone creation for add new tribute zone. After installed ox_lib, write /zone poly command in-game and open zone editor. Once you have selected the points you want, save them with any name. Go to ox_lib/created_zones.lua and you will see similar below picture. Copy points table and thickness.
Open the config file. (rm_gangs/cfg.lua)
Find this lines:
Add new tribute zone like this: