Installation

Dependencies
  • Import the database.sql to your database.

  • Make sure ox_lib is started before any of my scripts in your server.cfg

Update from last version

This is only for people with an active server who has been using av_gangs before September 9th, if you don't have any graffiti placed by a gang then you can skip this.

Config.GraffitiXP

This config is for an admin command that will read all your server graffitis and grant territory points to each gang based in the graffiti coords.

  • Go to config/_config.lua > Config.GraffitiXP and change it to a string, something like this:

    Config.GraffitiXP = "admin:graffitis"
  • Load to your server and use the command in game /admin:graffitis, wait till it finishes reading all graffitis and adding the territory points, it will show a notification on screen and in F8 console.

  • Once it finishes, go back to config/_config.lua > Config.GraffitiXP and change the field back to false:

Config.GraffitiXP = false
  • Restart the script and don't use the command again or it will add double points to every gang.

Last updated