What's included
Overview
Advanced Ped Loot Drops
When a ped dies, it drops loot props on the ground for players to walk up and collect, with a smooth pickup animation. It works on any ped entity, and both money and items can be made lootable.
Loot is defined through loot tables, and you have three ways to assign them:
- By ped group: give gangs, animals, businessmen or any other NPC type their own drops
- By ped model: target one specific model, for example zombie peds on a zombie server
- By entity: an export takes an entity ID and sets a custom loot table on that exact ped, so your other scripts can hook straight into it
There is also a config option to make peds drop loot when they ragdoll instead of only when they die.
Resource usage
- Idle: 0.00ms
- Near a dropped loot item: 0.01ms
- Can climb while 3D text is rendering
Compatibility
Runs on ESX and QBCore out of the box. All framework and dependency code is always editable, so adjusting it to a custom framework takes very little work.
Specifications
Add this line to your server.cfg once the download is uploaded to resources/ (replace the folder name if yours differs):
ensure ped-looting-script
Frequently asked
How is Advanced Ped Loot Drops delivered?
Instantly by email after checkout — a download link lands in your inbox the moment payment clears. No manual approval, no waiting on a ticket.
Is it compatible with esx, qbcore, qbox?
Advanced Ped Loot Drops is built for esx, qbcore, qbox. Check the specifications below for the exact dependency list.
Do I get future updates?
Yes — lifetime updates are included at no extra cost. New versions appear in the same download area you were originally emailed.
Can I customize the config?
Most behaviour is exposed as config options inside the resource — prices, permissions, locations and pacing can be tuned without touching the core files.