XS-AirDrops
A crate is announced to the whole server, flown in and dropped on the map. Getting there first is not enough — forcing it open takes time, stood still, in the open.

What it does
A crate is announced to the whole server, flown in by cargo plane and parachuted onto the map. Getting there first is not enough — forcing it open takes time you spend stood still in the open, which is what turns a race into a fight. It never touches PvP rules; it only puts something worth fighting over on the ground
What you get
Announced server-wide with a countdown, a search area on the map, and a cargo plane that flies it in
Cracking the crate takes time and holds you still, so the drop is contested rather than a footrace
Loot rolled server-side at the moment it opens, in weighted tiers you build in game
Real inventory container — ox_inventory stashes, or handed out per search on the others
Drop locations built standing on the spot, with a silent test drop only admins can see
Separate rules for who sees a drop and who may collect, so police can respond without looting
Police alerted on a delay, so whoever raced for the crate gets there first
Never despawns while people are still on it, and an emptied crate lingers so late arrivals see they missed it
49 settings editable live from the panel — timings, zone size, loot, access, blips, aircraft
Try it in your browser
The real admin panel on sample data — call a drop, build locations, edit loot tiers and change any setting. Nothing is installed and no server is needed
Runs in this page on sample data.
A look inside
Latest updates
Before you install
- Requires one SQL import. sql/airdrops.sql uses CREATE TABLE IF NOT EXISTS and is safe to re-run.
- Drop locations start empty on purpose — you build them in game from the admin panel, standing where you want crates to land.
- It never enables, disables or overrides PvP. Whether a fight over the crate is allowed is your server's rules, not this script's.
- ox_inventory gets a pre-filled stash. Other inventories cannot be filled before they are opened, so those hand out loot per search instead.