๐Drone Drops!
Installation Guide!

A customizable drone delivery system for GTA V FiveM servers, featuring randomized drops, configurable locations, alerts, and interactive case retrieval.
๐ฆ Requirements
Before installing, ensure you have:
A working FiveM server
An item system (like
ox_inventory,qb-core, or equivalent)A targeting system (e.g.
ox_target)Bridge Resource:
xmmx_bridge
๐ง Installation Steps
1. Download the Resource
Download the xmmx_dronedrops resource into your resources/[local] folder.
2. Add to server.cfg
server.cfgEnsure the script starts by adding to your server config:
โ๏ธ Configuration Overview
Open config.lua to customize how drone drops function. Here's a breakdown:
๐น General Settings
DropItem
The item required to call a drone
"xm_dronebeacon"
Timeout
Time (in minutes) the drone stays on map
30
AlertAll
Should everyone be alerted
true or false
ExcludeJobs
Jobs that cannot see the alert
{ "police", "trooper" }
๐น Props
Drones and cases are props spawned in the world:
๐น Blip Configuration
Custom blip when a drone spawns:
๐ Drop Locations
Edit or add spawn locations via the Locations list:
These are randomized unless you enforce a selection logic manually.
๐ Drone Rewards
Customize the items found in each drop:
RandomReward = truewill pick one of the entries randomly.RewardsAmt = 8controls the total options in the menu ifRandomReward = false.
๐ Localization
All Menu and Notification text is editable in the Locales table:
๐จ Alerts & Sounds
When a drop is summoned, players are notified using:
Control who sees alerts with:
๐ฎ In-Game Use
Use the item defined in
DropItem(e.g.,xm_dronebeacon)Confirm summon via menu
A drone will fly to a random location and drop a case
Players can collect the case using target interaction (
ox_target)After
Timeoutminutes, the case disappears
๐งช Debugging & Version Check
Enable debug logs with:
Enable version check (recommended):
๐งผ Cleanup
Cases remove themselves after timeout
You can manually despawn drones/cases by editing server-side logic
Last updated