[FREE] DEV5 Advanced Airdrop System

[FREE] DEV5 Advanced Airdrop System – QBCore :parachute::fire:

Add dynamic, configurable airdrops to your FiveM QBCore server – server.lua open & 100% free.


:sparkles: Features

  • :parachute: Parachute Supply Drops
    Crate + parachute spawn high in the air and slowly descend into a configurable zone. Start via command or automatic timer.
  • :world_map: Clean Map/Minimap Zone
    • Radius blip only on the map/minimap
    • No big 3D rings or visual spam in the world
    • Zone size, color & alpha fully configurable
  • :man_construction_worker: Job-Based Visibility
    • Only allowed jobs see the blip & get notified
    • Jobs in Config.ExcludedJobs:
      • no notification
      • no blip
      • no info about the drop at all
  • :fire: Optional Delayed Flare
    Flare prop + particle effect directly on the crate after a configurable time, so players can still track late-game drops.
  • :moneybag: Custom Loot System
    • Cash & items defined in config.lua
    • Uses QBCore inventory & items
  • :gear: OneSync-Friendly & Stable
    The closest player to the drop zone becomes the “host” to reduce desync and “crate stuck in the air” issues.
  • :soap: Automatic Cleanup
    Unclaimed or looted drops are cleaned up after a configurable time (crate, parachute, flare).

:wrench: Config Highlights

  • Custom drop zones
  • AutoDrop with random interval (min/max)
  • Global cooldown for manual drops
  • Job restrictions & notification type (QBCore notify or chat)
  • Crate/parachute/flare models & visuals
  • Loot items & money

:package: Requirements

  • QBCore
  • OneSync (recommended)

:money_with_wings: Price: Completely FREE – no obfuscation, no dependencies beyond QBCore.
Feel free to use, modify and include it in your server packs.

TEBEX DOWNLOAD



Code is accessible Yes
Subscription-based No
Lines (approximately) 766
Requirements qbcore or qbox
Support Yes
5 Likes

Config locked…

This is Cap, the Config is also locked, i hope this is a Mistake and it is Open Source, this would be nice!

Yes coming soon unlocked. Was my mistake. Also esx support soon

2 Likes

its updated now and the server.lua and config.lua is accessible

1 Like

Good work, keep it up. :+1:

2 Likes

Thank you for over 100 downloads… next free script is coming soon

AIRDROP Update: ESX Compatibility + Framework Auto-Detection

Quick update for AIRDROP: the script is now fully compatible with ESX in addition to QBCore. A built-in framework auto-detection will automatically pick the right integration at runtime.

What’s New

  • ESX Support: Works out of the box with es_extended.
  • Auto-Detection: Automatically detects qb-core / es_extended (fallback: standalone).
  • Standalone Fallback: If no framework is found, the script still runs (chat notifications; no loot payout).
  • Admin-only Commands (default): Manual airdrop commands are restricted to admins by default (ACE supported).
  • No Breaking Changes: Existing drop logic and gameplay flow remain unchanged.

Framework Logic

  • If qb-core is started: uses QBCore player API + QBCore notifications/inventory hooks.
  • Else if es_extended is started: uses ESX player API + ESX notifications/inventory.
  • Else: standalone mode (basic chat notifications).

Installation

  1. Drop the resource into your resources folder.
  2. Add ensure airdrop to your server.cfg.
  3. Configure aliases / cooldown / zones / loot in config.lua as usual.

Notes

  • Command permissions can be handled via ACE (recommended) or via framework group checks (ESX: admin/superadmin, QBCore: configurable).
  • If you’re using custom inventories (e.g. ox_inventory), it can be integrated as an optional addon.

If you run into any issues, please post your server console output (framework detection line) and your config (redact sensitive info). I’ll help you troubleshoot.