Westman Resourcez
  • Introduction
  • Installation Instructions
  • Resources
    • westman_cardealer
      • configuration/config.lua
      • configuration/locales.lua
      • westman_cardealer.sql
      • client/functions.lua
      • server/main.lua
  • westman_gangsystem
    • configuration/config.lua
    • configuration/gangs.lua
    • configuration/locales.lua
    • westman_gangsystem.sql
Powered by GitBook
On this page
  1. westman_gangsystem

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
}
Previouswestman_gangsystemNextconfiguration/gangs.lua

Last updated 1 day ago