configuration/config.lua

Config = {

  -- Your core name should be added here.
  Engine = "es_extended", 
  
  -- Are you using ox_inventory? Else put "false"
  OxInventory = true, 

  -- Do you want the gang members to money to be withdrawed from "bank" or from "money" (wallet) ?
  MoneyType = "bank", 

  -- Your bossmenu export should be added here.
  BossMenuExport = function()
      print("No export added")
   end,

   -- This is the event if you're using esx_skin. If not, you'll need to change it
   WardrobeEvent = function()
    TriggerEvent("esx_skin:openSaveableMenu")
   end
}

Last updated