📸ZM ADVANCED RADAR
On this page you will find detailed information about ZM ADVANCED RADAR FiveM script.
This script is an advanced radar system.
All rights of the script belong to "ZM DEVELOPMENT(STORE)".

CONFIG SIDE :
config = {} -- Don't Touch!
-------------------------------------------------------------------
config.checkforupdates = true -- İf you want check updates
config.Mysql = "mysql-async" -- mysql-async, ghmattimysql, oxmysql
config.SpeedUnit = "mph" -- "kmh" or "mph"
config.RadarMenuCommand = "placeradar" -- Open radar menu command name
config.DeleteRadarCommand = "deleteradar" -- Radar delete command name
config.Framework = "qb" --"qb", "esx" or "custom"
config.RadarPunishment = -- Radars Billing Settings
{
baseFine = 100, -- Base fine
extraFine = 10 -- Per km/mp extra fine
}
config.Jobs =
{ --Name the professions authorized to use the radar system on your server
'police',
'sheriff'
}
config.IndependenVehicles = -- Plase Enter Here Vehicle Name!
{
`police`,
`police2`
}
config.Controls =
{ -- Function to rotate the radar around your axis before deployment / You can change these keys by looking at the https://docs.fivem.net/docs/game-references/controls/ site.
rotateLeft = {key = 108, value = "NUMPAD 4"}, -- Counter clockwise(NumPad 4)
rotateRight = {key = 109, value = "NUMPAD 6"} -- Clockwise (NumPad 6)
}
config.RadarBlip =
{ -- If you do not know, please do not touch!
Stripe = 161,
Color = 1,
Scale = 0.7,
DisplayName = "Radar",
}
config.Language = "en" --Script language option
config.LanguageTranslate = -- Please do not change anything here / You can upload your own language file
{
["tr"] =
{
["lblRadarRotation"] = "Radarı "..config.Controls.rotateLeft.value.." tuşu ile sol tarafa, "..config.Controls.rotateRight.value.." tuşu ile sağ tarafa çevirebilirsiniz.",
["lblInconvenientLocationCreate"] = "Radar yerleştirmek için uygun konuma geçin.",
["lblInappropriateJob"] = "Uygun mesleği yapmıyorsunuz.",
["lblInconvenientLocationDelete"] = "Radar silmek için uygun konuma geçin.",
["lblDescription"] = "Radar yerleştirme modunda. E tuşuna basarak yerleştirin, ESC ile iptal edin.",
["lblAlreadyMod"] = "Zaten radar yerleştirme modundasınız.",
["lblRadarAvailable"] = "Aynı isimde radar oluşturamazsınız.",
["lblSuccessfulTransactionDelete"] = "Radar başarıyla kaldırıldı.",
["lblVeryLongDistance"] = "Radarı kaldırmak için çok uzaktasınız.",
["lblNoRadar"] = "Bu isimde bir radar yok.",
["lblSuccessfulTransactionCreate"] = "Radar başarıyla yerleştirildi.",
["lblCancelTransaction"] = "Radar yerleştirme işlemi iptal edildi.",
["lblSpeedExceeded"] = "⚠️ Radar: Hız sınırını aştınız!",
["lblRadarSettings"] = "RADAR AYARLARI",
["lblDeleteRadar"] = "RADAR SIL",
["lblRadarName"] = "Radar Adı:",
["lblRadarRadius"] = "Radar Alanı (m²): ",
["lblRadarSpeed"] = "Radar Hızı",
["lblSaveBtn"] = "Kaydet",
["lblSubmitBtn"] = "Onayla",
["lblBillReceived"] = "Radar Cezası : "
},
["en"] =
{
["lblRadarRotation"] = "You can rotate the radar to the left with the "..config.Controls.rotateLeft.value.." key and to the right with the "..config.Controls.rotateRight.value.." key.",
["lblInconvenientLocationCreate"] = "Move to a suitable location to place the radar.",
["lblInappropriateJob"] = "You are not in the appropriate job.",
["lblInconvenientLocationDelete"] = "Move to a suitable location to delete the radar.",
["lblDescription"] = "In radar placement mode. Press E to place, ESC to cancel.",
["lblAlreadyMod"] = "You are already in radar placement mode.",
["lblRadarAvailable"] = "You cannot create a radar with the same name.",
["lblSuccessfulTransactionDelete"] = "Radar has been successfully removed.",
["lblVeryLongDistance"] = "You are too far to remove the radar.",
["lblNoRadar"] = "No radar exists with this name.",
["lblSuccessfulTransactionCreate"] = "Radar has been successfully placed.",
["lblCancelTransaction"] = "Radar placement operation has been canceled.",
["lblSpeedExceeded"] = "⚠️ Radar: You exceeded the speed limit!",
["lblRadarSettings"] = "RADAR SETTINGS",
["lblDeleteRadar"] = "DELETE RADAR",
["lblRadarName"] = "Radar Name:",
["lblRadarRadius"] = "Radar Area (m²):",
["lblRadarSpeed"] = "Radar Speed",
["lblSaveBtn"] = "Save",
["lblSubmitBtn"] = "Submit",
["lblBillReceived"] = "Radar Penalty : ";
},
.
.
.
}
About Script :
Regardless of your server's framework (qb, esx, custom), it is compatible with all frameworks.
The script includes an advanced monitoring system.
It can be utilized by job groups such as Police, Sheriff, and FIB.
You can specify which vehicle models should not be affected by the radar system.
You can determine which job groups can use the radar system.
When adding a new radar, you can customize its "speed limit," "name," and "applicable area" features as desired.
You can customize the placement movements while placing the radar.
You can personalize the radar's map blip indicators, such as their shape and color, to suit your server.
Radar blip indicators on the minimap during vehicle usage by players become active only within a certain distance, enhancing realism.
When players are caught on the radar, a special effect appears on their screen to let them know they have been caught.
You can adjust radar penalties according to your server's economy.
Radar penalty system:
A base penalty fee is applied for each radar penalty.
On top of the base fee, an additional penalty is charged for every km/mile over the limit.
When players receive a radar ticket, it is automatically sent to their phone as a bill.
You can customize all commands in the script.
You can adjust the script's language support to fit your needs.
Installed radars are stored in the database to prevent loss during server shutdowns or sudden script restarts.
Radars with the same name cannot be created.
While setting up a radar, players cannot be underwater or inside a vehicle.To delete a radar, players must be near the radar they want to delete and enter its name correctly.
For more details about the script, watch our YouTube video.
Last updated