[ESX] [FREE] Patrol Bag's



Preview

Download

:sparkles: Features

  • Patrolbag item with dedicated stash (slots & weight configurable)
  • NPC interaction (take / open / return) via ox_target
  • Security built-in:
    • Anti-spam (cooldowns & rate limits)
    • Whitelist job restriction
    • Prevents bag-in-bag exploits
    • One bag per player
  • Performance optimized with caching, memory limits, and maintenance thread
  • Config-driven (NPC, jobs, seed items, notifications, limits)
Code is accessible Yes
Subscription-based No
Lines (approximately) 800
Requirements es_extended, ox_lib, ox_inventory, ox_target
Support Yes
2 Likes

Looks great! Doesn’t work!

I have the correct job and nothing in my inventory, but I can’t take a bag.

Did you enter the item correctly in OX Inventory? Is there an error message in the consoles?

There were no instructions on what the ox inventory item code was supposed to be.

So I added this.

And no console errors, just “Kein Platz” which I think means ‘no space’. My inventory at the time was 100% empty.

Its like this:

['patrolbag'] = {
    label = 'Patrol Bag',
    weight = 2500,
    stack = false,
    close = true,
    consume = 0,
    allowArmed = true,
    client = { event = 'cmd_patrolbag:clientUse' }
},```

I guess you did not mean to leave ``` in there?

How does this code look if I want to add an image?

The three “```” characters were not intended.

To add a photo, simply add a photo to ox inventory with the other photos and name the photo after the item. For example, “patrolbag.png.”