BaronBosman

config-blacklist.lua

Apr 6th, 2023 (edited)
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.24 KB | None | 0 0
  1. Config.ShopNameBacklist = {
  2.     'names',
  3. }
  4.  
  5. Config.BlacklistedItems = {
  6.     ['WEAPON_ADVANCEDRIFLE'] = true,
  7.     ['WEAPON_APPISTOL'] = true,
  8.     ['WEAPON_ASSAULTRIFLE'] = true,
  9.     ['WEAPON_ASSAULTRIFLE_MK2'] = true,
  10.     ['WEAPON_ASSAULTSHOTGUN'] = true,
  11.     ['WEAPON_ASSAULTSMG'] = true,
  12.     ['WEAPON_BALL'] = true,
  13.     ['WEAPON_BAT'] = true,
  14.     ['WEAPON_BATTLEAXE'] = true,
  15.     ['WEAPON_BOTTLE'] = true,
  16.     ['WEAPON_BULLPUPRIFLE'] = true,
  17.     ['WEAPON_BULLPUPRIFLE_MK2'] = true,
  18.     ['WEAPON_BULLPUPSHOTGUN'] = true,
  19.     ['WEAPON_BZGAS'] = true,
  20.     ['WEAPON_CARBINERIFLE'] = true,
  21.     ['WEAPON_CARBINERIFLE_MK2'] = true,
  22.     ['WEAPON_CERAMICPISTOL'] = true,
  23.     ['WEAPON_COMBATMG'] = true,
  24.     ['WEAPON_COMBATMG_MK2'] = true,
  25.     ['WEAPON_COMBATPDW'] = true,
  26.     ['WEAPON_COMBATPISTOL'] = true,
  27.     ['WEAPON_COMBATSHOTGUN'] = true,
  28.     ['WEAPON_COMPACTRIFLE'] = true,
  29.     ['WEAPON_CROWBAR'] = true,
  30.     ['WEAPON_DAGGER'] = true,
  31.     ['WEAPON_DBSHOTGUN'] = true,
  32.     ['WEAPON_DOUBLEACTION'] = true,
  33.     ['WEAPON_EMPLAUNCHER'] = true,
  34.     ['WEAPON_FIREEXTINGUISHER'] = true,
  35.     ['WEAPON_FIREWORK'] = true,
  36.     ['WEAPON_FLARE'] = true,
  37.     ['WEAPON_FLAREGUN'] = true,
  38.     ['WEAPON_FLASHLIGHT'] = true,
  39.     ['WEAPON_GOLFCLUB'] = true,
  40.     ['WEAPON_GRENADE'] = true,
  41.     ['WEAPON_GUSENBERG'] = true,
  42.     ['WEAPON_HAMMER'] = true,
  43.     ['WEAPON_HATCHET'] = true,
  44.     ['WEAPON_HEAVYRIFLE'] = true,
  45.     ['WEAPON_HAZARDCAN'] = true,
  46.     ['WEAPON_METALDETECTOR'] = true,
  47.     ['WEAPON_FERTILIZERCAN'] = true,
  48.     ['WEAPON_HEAVYPISTOL'] = true,
  49.     ['WEAPON_HEAVYSHOTGUN'] = true,
  50.     ['WEAPON_HEAVYSNIPER'] = true,
  51.     ['WEAPON_HEAVYSNIPER_MK2'] = true,
  52.     ['WEAPON_KNIFE'] = true,
  53.     ['WEAPON_KNUCKLE'] = true,
  54.     ['WEAPON_MACHETE'] = true,
  55.     ['WEAPON_MACHINEPISTOL'] = true,
  56.     ['WEAPON_MARKSMANPISTOL'] = true,
  57.     ['WEAPON_MARKSMANRIFLE'] = true,
  58.     ['WEAPON_MARKSMANRIFLE_MK2'] = true,
  59.     ['WEAPON_MG'] = true,
  60.     ['WEAPON_MICROSMG'] = true,
  61.     ['WEAPON_MILITARYRIFLE'] = true,
  62.     ['WEAPON_MINISMG'] = true,
  63.     ['WEAPON_MOLOTOV'] = true,
  64.     ['WEAPON_MUSKET'] = true,
  65.     ['WEAPON_NAVYREVOLVER'] = true,
  66.     ['WEAPON_NIGHTSTICK'] = true,
  67.     ['WEAPON_PETROLCAN'] = true,
  68.     ['WEAPON_GADGETPISTOL'] = true,
  69.     ['WEAPON_PIPEBOMB'] = true,
  70.     ['WEAPON_PISTOL'] = true,
  71.     ['WEAPON_PISTOL50'] = true,
  72.     ['WEAPON_PISTOL_MK2'] = true,
  73.     ['WEAPON_POOLCUE'] = true,
  74.     ['WEAPON_PROXMINE'] = true,
  75.     ['WEAPON_PUMPSHOTGUN'] = true,
  76.     ['WEAPON_PUMPSHOTGUN_MK2'] = true,
  77.     ['WEAPON_REVOLVER'] = true,
  78.     ['WEAPON_REVOLVER_MK2'] = true,
  79.     ['WEAPON_SAWNOFFSHOTGUN'] = true,
  80.     ['WEAPON_SMG'] = true,
  81.     ['WEAPON_SMG_MK2'] = true,
  82.     ['WEAPON_SMOKEGRENADE'] = true,
  83.     ['WEAPON_SNIPERRIFLE'] = true,
  84.     ['WEAPON_SNOWBALL'] = true,
  85.     ['WEAPON_SNSPISTOL'] = true,
  86.     ['WEAPON_SNSPISTOL_MK2'] = true,
  87.     ['WEAPON_SPECIALCARBINE'] = true,
  88.     ['WEAPON_SPECIALCARBINE_MK2'] = true,
  89.     ['WEAPON_STICKYBOMB'] = true,
  90.     ['WEAPON_STONE_HATCHET'] = true,
  91.     ['WEAPON_STUNGUN'] = true,
  92.     ['WEAPON_AUTOSHOTGUN'] = true,
  93.     ['WEAPON_SWITCHBLADE'] = true,
  94.     ['WEAPON_VINTAGEPISTOL'] = true,
  95.     ['WEAPON_WRENCH'] = true,
  96.     ['WEAPON_PRECISIONRIFLE'] = true,
  97.     ['WEAPON_TACTICALRIFLE'] = true,
  98. }
  99.  
  100.  
Advertisement
Add Comment
Please, Sign In to add comment