[Preview Video]
Dependencies
None
This script protected escrow system
[Discord]
Script escrow will never restrict your access to important things.
izzy-dronev2 — FiveM Drone Surveillance & Target Scanning System
📦 Overview
* Use a drone item from your inventory — take off and fly
* Works with ESX, QBCore, and Qbox (auto-detect)
* One active drone at a time — you can’t launch a second
* Your character stays in place with a tablet animation; you control the drone remotely
* Go past the range limit and the link drops (per drone type in config)
* Collision detection — smoother flying without clipping through walls
👤 Profile panel (when you lock onto a target)
* On the police drone, a live ID card opens next to whoever you’re aiming at:
* In-game face photo (mugshot) — captured automatically from the target’s head
* Full name, job and rank, gender, date of birth
* Masked: name hidden, “Masked person” warning — details blocked
* Real players get data from the server; NPCs show civilian / unknown
* The profile box sticks to the target on screen — “Profile detected”
* Basic drone has targetScanning off — no profile/vehicle scan, flight only
🚗 Vehicle detection (police drone)
* Point the camera at a vehicle and the vehicle info panel shows:
* Plate, category, registered owner
* Data comes from the server database (ESX owned_vehicles / QB player_vehicles)
* “Vehicle detected” alert on the target
🎮 Flight & controls
* W / A / S / D — Forward, back, right, left
* Space — Up (max height per drone: basic 100m, police 150m)
* Ctrl — Down
* Mouse / right stick — Turn the camera
* Shift — Boost
* B — Auto return home (back to your character)
* Arrow keys — Zoom in / out + zoom percentage on screen
* Close the drone from the menu with X
📡 Two drone types (config)
| Feature | Basic drone (basic_drone) | Police drone (police_drone) |
| :--- | :--- | :--- |
| **Who can use** | Anyone (no job lock) | Police job only |
| **Range** | 150m | 200m |
| **Max altitude** | 100m | 150m |
| **Night vision (N)** | ❌ | ✅ |
| **Thermal (G)** | ❌ | ✅ |
| **Spotlight (L)** | ❌ | ✅ |
| **Profile & vehicle scan** | ❌ | ✅ |
* Taser (Z) and bomb (left click) keys exist in config; off by default on the police drone — enable via systemCapabilities if you want them
🖥️ Drone HUD
* Tactical overlay: compass, crosshair, recording indicator
* Live timer and date/time
* 4K / 60FPS and DRONE-881 labels (visual HUD)
* Active view modes and control list on the right (keys from config shown in UI)
* Street name and location at the bottom
* Night vision, thermal, and spotlight on/off indicators
🌍 Languages
* Turkish and English (DefaultLanguage + Translations)
* Notifications and HUD text follow your chosen language
🛠️ Setup & customization (server owners)
* config.lua: DeviceTypes — speed, range, altitude, abilities, job lock, item name, keybinds
* OptimizationSettings: scan delay, mugshot cache (5 min), spotlight settings
* ox / qb inventory item examples in readme.md (basic_drone, police_drone)
* Vehicle owner lookup via framework SQL