Features
- Unlimited mission types (cocaine, weed, acid, more—just add in config)
- Randomized dropoff order and routes for every run
- Police tracking, snitch system, optional suspect blips
- Dependency ox_target or qb-target and ox_lib
- Full multi-language support (easy translation—en, de, fr, etc.)
- All dropoff spots, bricks, cooldowns, rewards editable in config
- QB, ESX, QBox supported
Screenshots / Video
Purchase & Support
Get it here:
https://store.evolvedrp.net/category/scripts
How it works
- Players interact with a dealer NPC (configurable location, ped, blip)
- Receive a random number of bricks/blocks per run
- Bricks load into the vehicle trunk with prop & animation
- Drive to randomized dropoff locations (order changes every run)
- Each drop can trigger a snitch (police get notified & start tracking)
- Get paid per drop, plus optional reward items
- Cooldown system prevents spam/exploits
Example Config
Config = {
Locale = 'en',
Framework = 'qb',
target = 'ox_target',
resource = {
['ox_target'] = 'ox_target',
['qb-target'] = 'qb-target',
},
Missions = {
cocaine = {
Enabled = true,
PoliceJobs = { 'police', 'sheriff' },
RequiredPolice = 0,
SnitchChance = 80,
ShowPoliceLiveBlip = true,
PoliceLiveBlip = {
sprite = 161,
color = 1,
scale = 1.0,
name = "Suspect Cocaine Location",
radius = 120.0,
showTime = 20,
flash = true,
flashTime = 8,
sequence = 0,
},
PoliceTrack = {
enabled = true,
interval = 10,
showTime = 7,
radius = 75.0,
color = 1,
},
Cooldown = 1800,
SellingLocation = vector4(-1155.03, -1471.22, 4.37, 125.90),
SellingPed = { model = 's_m_y_dealer_01' },
DropOffs = {
{ coords = vector4(1242.52, -3319.19, 6.02, 283.90), ped = 's_m_y_dealer_01' },
{ coords = vector4(-2301.91, 300.06, 169.60, 115.10), ped = 's_m_y_dealer_01' }
},
BlipSettings = {
Enabled = true,
Sprite = 514,
Color = 1,
Scale = 0.8,
Name = 'Cocaine Drop-off'
},
ShowStartBlip = true,
StartBlip = { Sprite = 514, Color = 1, Scale = 0.7, Name = "Cocaine Trafficker" },
BrickProp = 'xm3_prop_xm3_drug_pkg_01a',
MinBricks = 2,
MaxBricks = 2,
MoneyPerBrick = 1000,
RewardItems = {
-- ["coke_pure"] = 1,
},
},
weed = {
Enabled = true,
PoliceJobs = { 'police', 'sheriff' },
RequiredPolice = 0,
SnitchChance = 15,
ShowPoliceLiveBlip = true,
PoliceLiveBlip = {
sprite = 161,
color = 1,
scale = 1.0,
name = "Suspect Cocaine Location",
radius = 120.0,
showTime = 20,
flash = true,
flashTime = 8,
sequence = 0,
},
PoliceTrack = {
enabled = true,
interval = 10,
showTime = 7,
radius = 75.0,
color = 1,
},
Cooldown = 1200,
SellingLocation = vector4(-1170.2347, -1448.5588, 4.3717, 115.8152),
SellingPed = { model = 'g_m_y_mexgoon_01' },
DropOffs = {
{ coords = vector4(400.0, -1500.0, 29.0, 180.0), ped = 'g_m_y_mexgoon_01' },
{ coords = vector4(-1203.2052, -1487.8630, 4.3632, 310.7978), ped = 'g_m_y_mexgoon_01' },
{ coords = vector4(-1199.7754, -1404.4834, 4.2256, 120.1917), ped = 'g_m_y_mexgoon_01' },
},
BlipSettings = {
Enabled = true,
Sprite = 469,
Color = 2,
Scale = 0.8,
Name = 'Weed Drop-off'
},
ShowStartBlip = true,
StartBlip = { Sprite = 469, Color = 2, Scale = 0.7, Name = "Weed Trafficker" },
BrickProp = 'prop_weed_block_01',
MinBricks = 2,
MaxBricks = 2,
MoneyPerBrick = 750,
RewardItems = {
-- ["weed_pure"] = 1,
},
},
}
}
Why this script?
- 100% configurable: every value and mission is editable
- Supports all major frameworks & target systems
- Instant download on Tebex (no waiting, no keys)
- Clean, optimized code—live server tested
- Full documentation & support
FAQ
Q: Can I add my own missions (acid, moonshine, garbage)?
A: Yes, just copy a block in config and edit.
Q: Does it work out of the box?
A: Yes, just configure, start the resource, and enjoy.
Q: Dependencies?
A: Just your framework ox_lib and a target (qb-target or ox_target).
Q: Police/dispatch integration?
A: Snitch, area blips, tracking, all included. Easy to integrate with dispatch scripts.
Get it now!
https://evolvedrp.tebex.io/category/scripts
If you’re selling your resource, please include the following information at the end of your post:
Code is accessible | Partly, Config, shared files that are needed for this system |
Subscription-based | No |
Lines (approximately) | 2500 |
Requirements | ox_lib, ox_target or qb-target and your framework |
Support | Yes |