💊Drug Dealing

We have an inbuilt drug dealing system that allows your players to sell drugs to gain turf loyalty in an area.

Config.DrugDealingDebug = true
Config.RobberyDebug = true

Config.PaymentMethod = "cash" -- can be cash/bank/item
Config.PaymentItem = "water_bottle"

Config.DrugDealingMovementRadius = 35 -- How far the user can move away from the drug dealing zone
Config.DrugDealingPedRadius = 25 -- How Far Away the Ped Should Spawn
Config.SpawnDelay = 10000 -- IN MS

Config.EnableInteractTimeout = true
Config.InteractTimeout = 120 -- How many seconds the user has from the time the ped spawns to interact with them before it gets deleted and reset

Config.DrugTurfGain = 2 -- How many points to gain per sale.

Those settings are all very self explanitory.

Last updated