JP5M Docs
TebexDiscord
  • About JP5M
  • Paid Scripts
    • jp-refstart
      • Installation
      • Configuration
      • Admin Panel
  • jp-dutyblips
    • Installation
    • Configuration
  • jp-multijob
    • Installation
    • Configuration
  • jp-territories
    • Installation
    • Configuration
      • Base Configuration
      • Territory Configuration
      • Add-ons
  • Free Scripts
    • jp-elevator
      • Installation
      • Configuration
Powered by GitBook
On this page
  • Graffiti add-on
  • Drug selling add-on
  1. jp-territories
  2. Configuration

Add-ons

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

PreviousTerritory ConfigurationNextjp-elevator

Last updated 1 month ago

Graffiti add-on

To use our custom fit graffiti script, you will need to download & install it from our 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).

GitHub Repository