Possible modifications

Extensive config allows you to modify the script according to your needs

circle-info

Good to know: We try to ensure that each of our scripts has an extensive config tailored to the needs of everyone

If you want to add the car to the blacklist:

  1. Open config.lua

  2. Go to 22-26 lines

  3. Add car name like this:

If you want to change the translation of the menu:

  1. Open assets/config.js

  2. Edit the text you like!

If you want to open the menu after using the item u have to (ESX VERSION):

  1. Open server_config.lua

  2. Delete text in row number 3 and number 10 (Marked in red)

  3. Change "ITEM_NAME" to the name of your item

If you want to open the menu after using the item u have to (QB VERSION):

  1. Open server_config.lua

  2. Delete text in row number 15 and number 21 (Marked in red)

  3. Change "YOUR_ITEM" to the name of your item

Last updated