A fully deployable police drone system for QBox / QB-Core servers.
- Physical placed drone (no instant spawn flying)
- Target-to-connect interaction
- Cinematic startup boot sequence
- Smooth mouse-controlled flight
- Configurable speed and acceleration
- Adjustable vertical speed
- Spotlight & thermal modes
- Tracker dart system with route ping
- Minimap follows drone
- Battery system
- Job restrictions (PD only configurable)
- ox_inventory / qb-inventory support
- QBox or QB-Core
- ox_inventory or qb-inventory
- ox_lib (optional but recommended)
All settings are inside config.lua.
Config.Drone.maxSpeed
Config.Drone.accel
Config.Drone.brake
Config.Drone.verticalSpeed
Config.General.allowAll = false
Config.General.allowedJobs = {
police = true,
sheriff = true
}
Config.Camera.thermalSeeThrough
Config.Camera.thermalSeeThroughFadeStart
Config.Camera.thermalSeeThroughFadeEnd
Config.Camera.thermalSeeThroughHighlightIntensity
- Drag
GS-DroneSysteminto your resources folder - Add
ensure GS-DroneSystemto server.cfg - Add the drone item to your inventory system (item name: pd_drone)
- Restart server
- Only allowed jobs can use the drone when
allowAllis false. - Vertical speed is now configurable.
- Thermal highlighting has fade distance to reduce full-building x-ray effect.