ESX License Shop - HumanTree92/VENT_ESX_Scripts GitHub Wiki

Adding Custom Licenses

Step 1: Go to config.lua & do the following:

  • Change Config.Custom.Licenses to true instead of false
  • Set Config.Custom.C1 to true
  • Set Config.Custom.C1Name to License Name.
    • Example: chemical
  • Change Config.Prices.Custom1 = 1000, to whatever you want the price to be

Step 2: Go to en.lua & do the following:

  • Change ['license_custom1'] = 'Custom License', to Custom License Name
  • Example: ['license_custom1'] = 'Chemical License',