Compatibilidade
- Frameworks
- esx, qbcore, qbox, standalone
- Versão
- 1.0
- Modo de Jogo
- FiveM

by LGD-Scripts
LGD PoliceRadar is an always-on radar HUD that displays the speed and plate of vehicles ahead and behind you — directly on screen, no menu required. The panel activates automatically whenever an emergency vehicle is entered and fades out on exit, keeping the experience entirely hands-off.
The panel is fully draggable and remembers its position between sessions. A minimum speed threshold can be set with /radarspeed — the radar locks itself the instant any detected vehicle meets it, freezing the reading for review without any manual input.
Screenshots
Always-visible HUD — front and rear speed readings plus license plates are displayed at a glance with no menu to open
✅ Framework agnostic — works on QBCore, QBX, ESX, standalone, and any other framework with zero configuration
🔔 Configurable notifications — choose between ox_lib, QBCore, or a fully custom provider; the notification bridge lives in the unencrypted framework/client.lua so it can be swapped without touching any encrypted file
Front & rear detection — independent capsule raycasts cover both directions simultaneously
🔒 Lock mode — freeze the current readings with a keybind to record a speed; the badge switches to red to indicate locked state
Auto-lock / speed clocking — set a minimum speed threshold with /radarspeed [speed]; the radar locks itself the instant any detected vehicle meets or exceeds it
Smooth fade transitions — the panel fades in when entering an emergency vehicle and fades out when leaving
Draggable panel — hold a configurable key to enable the cursor and drag the radar anywhere on screen; position is saved across sessions
⌨️ Rebindable keybinds — all three keybinds (toggle, lock, drag) are registered through ox_lib and can be rebound in GTA V’s Key Bindings menu
KMH and MPH support — speed unit is switched from the config with a single line
📊 Optimised — 0.00ms idle, 0.01ms in-vehicle with panel visible; scan loop runs only while inside an emergency vehicle.
Support — Lifetime updates, 7-day-a-week personalized support via Discord.
Available on Tebex for FREE:
Everything is controlled from a single shared/config.lua file:
-- 'ox_lib', 'qbcore', or 'custom' (add your call in framework/client.lua)
Config.Notification = 'ox_lib'
-- 'KMH' or 'MPH'
Config.SpeedType = 'KMH'
-- Whether the radar is on by default when entering a vehicle
Config.DefaultShowingRadar = true
-- How often the radar scans (ms) — lower is more accurate, higher resmon
Config.RadarUpdateInterval = 200
Config.ToggleKey = 'F7' -- Show / hide the radar
Config.LockKey = 'F6' -- Lock / unlock speed readings
Config.DragKey = 'G' -- Hold to drag the panel
Sets a minimum clocking speed. The radar locks itself automatically the instant a detected vehicle meets or exceeds the threshold — no need to manually hit the lock key.
/radarspeed [speed]
| Command | Effect |
|---|---|
/radarspeed 120 | Auto-lock when any vehicle hits 120+ (unit matches Config.SpeedType) |
/radarspeed 0 | Disable auto-lock |
/radarspeed | Display the current threshold |
An amber AUTO 120 badge appears in the radar header next to the lock state indicator while a threshold is active. The threshold persists across reconnects.
| Dependency | Required |
|---|---|
| ox_lib | Always |
No framework dependency. No other requirements.
Drop lgd-policeradar into your resources folder
Add ensure lgd-policeradar to your server.cfg after ox_lib
Open shared/config.lua and set your preferred notification system, speed unit, and keybinds
Restart the server
Tested with resmon. The scan loop runs only while the player is inside an emergency vehicle; no threads are active at any other time.
| Client | Server | |
|---|---|---|
| Idle (on foot / civilian vehicle) | ~0.00 ms | — |
| In emergency vehicle, panel visible | ~0.01 ms | — |
| In emergency vehicle, panel hidden | ~0.00 ms | — |
For questions, bug reports or suggestions, join our Discord:
A €20 store credit giveaway is currently running on the Discord server — join and check the giveaway channel for details.
| Script | Description |
|---|---|
| 📻 LGD RadioList | Radio channel member list HUD with pma-voice integration and job sorting |
| Code is accessible | No |
| Subscription-based | No |
| Lines (approximately) | ~700 |
| Requirements & dependencies | ox_lib |
| Support | Yes |
Click to load video from YouTube. By watching, you agree to their privacy policy.
Free download (ad supported)
Free downloads are supported by a brief ad page (Linkvertise) to keep this service running.
Written by the VertexMods editorial team based on the current CitizenFX artifact and each supported framework — not copy-pasted from the upstream post.
resources/[esx]/lgd-policeradar-police-radar-hud-all-frameworks-auto-lock-kmh-mph on your server. Keep the resource folder name as-is — most manifests reference it verbatim.*.sql), import it into your FiveM database — VertexMods test servers use oxmysql against MariaDB 10.6.ensure lgd-policeradar-police-radar-hud-all-frameworks-auto-lock-kmh-mph to your server.cfg after es_extended.TriggerEvent("esx:getSharedObject") — some older releases need a one-line patch to use .Aproveite Mais dos Mods Grátis
Crie uma conta gratuita para notificações de atualização, sua coleção de mods e downloads sem anúncios.
Premium Alternative
Get premium scripts with dedicated support, lifetime updates, and one-click installation.
Outros mods gratuitos populares que podem ser úteis para o seu servidor.
Respostas rápidas baseadas nas informações publicadas para LGD PoliceRadar — Police Radar HUD | All Frameworks | Auto-Lock | KMH & MPH.
Learn more about setting up, configuring, and using this type of resource.
Descubra mais recursos para seu servidor FiveM ou GTA 5.
Free mods are a good starting point. When your server needs stronger support, cleaner installs, and premium systems, move into the commercial hubs below.
Framework hub
Move from free QBCore resources into verified paid systems with support, updates, and cleaner install paths.
Open QBCore hubPremium catalog
See paid scripts, framework labels, bundles, and install-ready products once the free version no longer covers your server needs.
Open premium shopMoney page
Add police, mechanic, gang, and economy systems around this mod with stronger commercial scripts.
See job scriptsLaunch faster
Bundles shorten setup time by grouping the highest-leverage systems into one commercial starting point.
View bundlesESX = exports["es_extended"]:getSharedObject()ensure lgd-policeradar-police-radar-hud-all-frameworks-auto-lock-kmh-mph in the live console to confirm it loads without red errors. If you hit a dependency error, the mod probably needs ox_lib or ox_inventory — install those first, then retry.resources/[qb]/lgd-policeradar-police-radar-hud-all-frameworks-auto-lock-kmh-mph on your server. Keep the resource folder name as-is — most manifests reference it verbatim.*.sql), import it into your FiveM database — VertexMods test servers use oxmysql against MariaDB 10.6.ensure lgd-policeradar-police-radar-hud-all-frameworks-auto-lock-kmh-mph to your server.cfg after the qb-core ensure line.config.lua, open it before your first boot and match the job names, inventory items, and locale to your own qb-core setup — otherwise targets silently fall through.ensure lgd-policeradar-police-radar-hud-all-frameworks-auto-lock-kmh-mph in the live console to confirm it loads without red errors. If you hit a dependency error, the mod probably needs ox_lib or ox_inventory — install those first, then retry.resources/[ox]/lgd-policeradar-police-radar-hud-all-frameworks-auto-lock-kmh-mph on your server. Keep the resource folder name as-is — most manifests reference it verbatim.*.sql), import it into your FiveM database — VertexMods test servers use oxmysql against MariaDB 10.6.ensure lgd-policeradar-police-radar-hud-all-frameworks-auto-lock-kmh-mph to your server.cfg after ox_lib and ox_inventory.config.lua, open it before your first boot and match the job names, inventory items, and locale to your own qbx_core setup — otherwise targets silently fall through.ensure lgd-policeradar-police-radar-hud-all-frameworks-auto-lock-kmh-mph in the live console to confirm it loads without red errors. If you hit a dependency error, the mod probably needs ox_lib or ox_inventory — install those first, then retry.resources/[standalone]/lgd-policeradar-police-radar-hud-all-frameworks-auto-lock-kmh-mph on your server. Keep the resource folder name as-is — most manifests reference it verbatim.ensure lgd-policeradar-police-radar-hud-all-frameworks-auto-lock-kmh-mph to your server.cfg.ensure lgd-policeradar-police-radar-hud-all-frameworks-auto-lock-kmh-mph in the live console to confirm it loads without red errors. If you hit a dependency error, the mod probably needs ox_lib or ox_inventory — install those first, then retry.Tem outra pergunta? Verifique a descrição do mod acima para mais detalhes.