FAQ

How to do localization

0r-vehiclekeys/config/main.lua
Locale = 'en', -- You specify the primary language of your script. (Supported Locales: en)

If the language you are using is not supported by the script, you can copy the en.json file and edit its contents for your own language. Then, save the file with a name that includes your language abbreviation (e.g., en, tr) and enter the file name you set in the config.

You can also send this translation file you have set up to the user named No.1 (vezironi) on Discord, and your translation file will be added to the script in the next update.

How can i integrate my inventory ?

Scripts
Status

qb-inventory

Supported

ox_inventory

Supported

ps-inventory

Supported but not tested

tgiann-inventory

Supported but not tested

codem-inventory

Supported but not tested

As long as you do not configure the script differently, if you are using a script supported by the script, it will automatically detect it and configure itself accordingly.

Copy and paste any script file from 0r-vehiclekeys/modules/inventory/, then rename the folder to the name of the script you want. You can then integrate your script by looking at the other modules. It has a very modular and understandable file structure.

How can i integrate my target script ?

Scripts
Status

ox_target

Supported

qb-target

Supported

sleepless_interact

Supported but not tested

drawtext

Supported

As long as you do not configure the script differently, if you are using a script supported by the script, it will automatically detect it and configure itself accordingly.

Copy and paste any script file from 0r-vehiclekeys/modules/target/, then rename the folder to the name of the script you want. You can then integrate your script by looking at the other modules. It has a very modular and understandable file structure.

How can i integrate my dispatch script ?

Scripts
Status

bub_mdt

Supported but not tested

cd_dispatch

Supported but not tested

lb-tablet

Supported but not tested

linden_outlawalert

Supported but not tested

ps-dispatch

Supported but not tested

qs-dispatch

Supported but not tested

redutzu-mdt

Supported but not tested

tk_dispatch

Supported but not tested

As long as you do not configure the script differently, if you are using a script supported by the script, it will automatically detect it and configure itself accordingly.

Copy and paste any script file from 0r-vehiclekeys/modules/dispatch/, then rename the folder to the name of the script you want. You can then integrate your script by looking at the other modules. It has a very modular and understandable file structure.

Last updated