FAQ

chevron-rightHow to do localization — https://docs.0resmon.org/0resmon/0r-resources/0r-vehicle-keys/faq\#how-to-do-localizationhashtag

File: 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.

chevron-rightHow can i integrate my inventory ? — https://docs.0resmon.org/0resmon/0r-resources/0r-vehicle-keys/faq\#how-can-i-integrate-my-inventoryhashtag

Scripts

Script
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.

chevron-rightHow can i integrate my target script ? — https://docs.0resmon.org/0resmon/0r-resources/0r-vehicle-keys/faq\#how-can-i-integrate-my-target-scripthashtag

Scripts

Script
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.

chevron-rightHow can i integrate my dispatch script ? — https://docs.0resmon.org/0resmon/0r-resources/0r-vehicle-keys/faq\#how-can-i-integrate-my-target-script-1hashtag

Scripts

Script
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.