Custom gang zone
Open
rcore_gangs/config.lua
Search for
Config.GangZones
- for exampleConfig.GangZones['SKID']
Copy zone like this and duplicate it
Change NAME and label of zone and leave neighbors = {}
In game open Admin Tool and enable coords editor (Vector3)
Replace coords
{ x1 = 199.43, y1 = -1158.02, x2 = 505.03, y2 = -877.91 }
and saveconfig.lua
When are multiple rows inparts = {
the zone is composed of multiple squares and is adjacent to other zones.Open console (F8) and type
ensure rcore_gangs
and confirm it with [ENTER]
Last updated