Config

Config .lua

Config = {}

Config.UseEsx = false -- If you use Esx set this to true

Config.Core = 'qb-core' -- Export for your qbcore server

Config.Export = 'mv-hud' -- Dont change this

Config.UseMVTarget = true -- If you use mv-target set this to 'true' | 'false' if you dont use mv-target

Config.Target = 'mv-target' -- Dont change this

Config.FuelExport = 'mv-fuel' -- Change this to your fuel system

Config.UseMenu = true -- If you want use the /hud menu set this 'true' | 'false' every player will take the same HUD from defaultHUD.json

Config.NotWeapons = { -- Weapons will not appear on weapons HUD
  `weapon_unarmed`,
  `weapon_flashlight`,
  `weapon_briefcase`,
  `weapon_briefcase_02`,
  `weapon_briefcase_02`,
  `weapon_garbagebag`,
  `weapon_bread`,
  `weapon_petrolcan`,
  `gadget_parachute`,
  `WEAPON_Knife`,
  `WEAPON_Nightstick`,
  `WEAPON_HAMMER`,
  `WEAPON_Bat`,
  `WEAPON_Crowbar`,
  `WEAPON_Golfclub`,
  `WEAPON_Bottle`,
  `WEAPON_Dagger`,
  `WEAPON_Hatchet`,
  `WEAPON_KnuckleDuster`,
  `WEAPON_Machete`,
  `WEAPON_Flashlight`,
  `WEAPON_SwitchBlade`,
  `WEAPON_Poolcue`,
  `WEAPON_Wrench`,
  `WEAPON_Battleaxe`,
  `WEAPON_Grenade`,
  `WEAPON_StickyBomb`,
  `WEAPON_ProximityMine`,
  `WEAPON_BZGas`,
  `WEAPON_Molotov`,
  `WEAPON_FireExtinguisher`,
  `WEAPON_PetrolCan`,
  `WEAPON_Flare`,
  `WEAPON_Ball`,
  `WEAPON_Snowball`,
  `WEAPON_SmokeGrenade`,
}

Config .json

Last updated