cd_radar.zip
folder and place this folder in your servers resource folder.ensure cd_radar
(it must be placed anywhere below your framework resource eg., es_extended, not above). The name of the folder must not be changed or the resource will not function correctly.READ_ME_AFTER_PURCHASING
folder, the file is named SQL_main.sql
. Watch this video if you are unsure how to do this HeidiSQL / PHPMyAdmin.config.lua
and configure them to suit your server's needs. Please read the ”commented out help text” at the end of each line so you can understand what each config option does."vehicles"
database table as this is very common in esx servers.Config.VehiclesData.VehicleDatabase_TableNames
in the config,lua.qb-core/shared.lua/QBShared.Vehicles
as this is very common in QBCore servers.Config.VehiclesData
is disabled, the script will get the vehicles display names from the vehicles handling files vehicles.meta
. Example: <gameName>Adder</gameName>
.Config.VehiclesData
is disabled, the script will get the vehicles display names from the vehicles handling files vehicles.meta
. Example: <gameName>Adder</gameName>
.Template
Example
Template
Example
cd_radar.
cd_radar:RadarDatabase_REMOVE
server event to remove bolos/markers, you need to send a table
, but you are not.cd_radar:RadarDatabase_ADD
server event to add bolos/markers, you need to send a table
, but you are not.cd_radar:RadarDatabase_ADD
server event to add bolos/markers, the plate
variable is not a string or is nil.cd_radar:RadarDatabase_ADD
server event to add bolos/markers, the model
variable is not a string or is nil.cd_radar:RadarDatabase_ADD
server event to add bolos/markers, the colour
variable is not a string or is nil.cd_radar:RadarDatabase_ADD
server event to add bolos/markers, the reason
variable is not a string or is nil.cd_radar:RadarDatabase_ADD
server event to add bolos/markers, the type
variable is not a string or is nil.cd_radar:RadarDatabase_ADD
server event to add bolos/markers, the marker
variable is not defined in the config_ui.js
's reasonList
table.cd_radar:RadarDatabase_ADD
server event to add bolos/markers, the plate
variable is either more than 8 characters or is an empty string.cd_radar:RadarDatabase_ADD
server event to add bolos/markers, the type
variable can only be either bolo
or marker
, but you are sending something different.You lack the required entitlement?
and check for 2 client-sided prints saying Loaded Successfully!
.cd_radar
folder, download and add in the latest version, reconfigure the configs folder and restart your server.