Add-ons

This will show you available add-ons and how to enable or configure them.

Graffiti add-on

To use our custom fit graffiti script, you will need to download & install it from our GitHub Repository or implement the following export into your own graffiti script.

this will check if the coords are in territory for you.

exports["jp-territories"]:AwardZoneGraffitiPoints(coords, Player)

Config.GraffitiPoints = 12

Amount of progress thats gets added to a gang when a graffiti is placed inside of a territory. Progress for each territory and gang goes from 0 (not captured at all) to 100 (captured).

Drug selling add-on

To use the our custom fit add-on, make sure you have jp-streetselling installed correctly or implement the following export into your own drug selling script.

this will check if the coords are in a territory for you.

exports["jp-territories"]:AwardZoneDrugSellingPoints(coords, Player)

Config.DrugSellingPoints = 5

The amount of progress a gang gets for selling drugs inside of a territory. Progress for each territory and gang goes from 0 (not captured at all) to 100 (captured).

Last updated