Config

Config.ShowNotificationVersus = true -- Versus counter notification minimap
Config.MaskHidePlayer = true -- Hide player info if killer masked
Config.MaskPlayerName = "Unknow" -- Player name of masked killer
Config.MaskPlayerAvatar = "https://www.pngrepo.com/png/61216/512/thief.png" -- Player avatar of masked killer

-- Add custom weapon here
Config.WeaponsList = {
	['WEAPON_ADVANCEDRIFLE'] = true,
	['WEAPON_APPISTOL'] = true,
	['WEAPON_ASSAULTRIFLE'] = true,
	['WEAPON_ASSAULTRIFLE_MK2'] = true,
	['WEAPON_ASSAULTSHOTGUN'] = true,
	['WEAPON_ASSAULTSMG'] = true,
	['WEAPON_AUTOSHOTGUN'] = true,
	['WEAPON_BALL'] = true,
	['WEAPON_BAT'] = true,
	['WEAPON_BATTLEAXE'] = true,
	['WEAPON_BOTTLE'] = true,
	['WEAPON_BULLPUPRIFLE'] = true,
	['WEAPON_BULLPUPRIFLE_MK2'] = true,
	['WEAPON_BULLPUPSHOTGUN'] = true,
	['WEAPON_BZGAS'] = true,
	['WEAPON_CARBINERIFLE'] = true,
	['WEAPON_CARBINERIFLE_MK2'] = true,
	['WEAPON_CERAMICPISTOL'] = true,
	['WEAPON_COMBATMG'] = true,
	['WEAPON_COMBATMG_MK2'] = true,
	['WEAPON_COMBATPDW'] = true,
	['WEAPON_COMBATPISTOL'] = true,
	['WEAPON_COMBATSHOTGUN'] = true,
	['WEAPON_COMPACTLAUNCHER'] = true,
	['WEAPON_COMPACTRIFLE'] = true,
	['WEAPON_CROWBAR'] = true,
	['WEAPON_DAGGER'] = true,
	['WEAPON_DBSHOTGUN'] = true,
	['WEAPON_DIGISCANNER'] = true,
	['WEAPON_DOUBLEACTION'] = true,
	['WEAPON_FIREEXTINGUISHER'] = true,
	['WEAPON_FIREWORK'] = true,
	['WEAPON_FLARE'] = true,
	['WEAPON_FLAREGUN'] = true,
	['WEAPON_FLASHLIGHT'] = true,
	['WEAPON_GADGETPISTOL'] = true,
	['WEAPON_GARBAGEBAG'] = true,
	['WEAPON_GOLFCLUB'] = true,
	['WEAPON_GRENADE'] = true,
	['WEAPON_GRENADELAUNCHER'] = true,
	['WEAPON_GRENADELAUNCHER_SMOKE'] = true,
	['WEAPON_GUSENBERG'] = true,
	['WEAPON_HAMMER'] = true,
	['WEAPON_HANDCUFFS'] = true,
	['WEAPON_HATCHET'] = true,
	['WEAPON_HEAVYPISTOL'] = true,
	['WEAPON_HEAVYSHOTGUN'] = true,
	['WEAPON_HEAVYSNIPER'] = true,
	['WEAPON_HEAVYSNIPER_MK2'] = true,
	['WEAPON_HOMINGLAUNCHER'] = true,
	['WEAPON_KNIFE'] = true,
	['WEAPON_KNUCKLE'] = true,
	['WEAPON_MACHETE'] = true,
	['WEAPON_MACHINEPISTOL'] = true,
	['WEAPON_MARKSMANPISTOL'] = true,
	['WEAPON_MARKSMANRIFLE'] = true,
	['WEAPON_MARKSMANRIFLE_MK2'] = true,
	['WEAPON_MG'] = true,
	['WEAPON_MICROSMG'] = true,
	['WEAPON_MILITARYRIFLE'] = true,
	['WEAPON_MINIGUN'] = true,
	['WEAPON_MINISMG'] = true,
	['WEAPON_MOLOTOV'] = true,
	['WEAPON_MUSKET'] = true,
	['WEAPON_NAVYREVOLVER'] = true,
	['WEAPON_NIGHTSTICK'] = true,
	['WEAPON_PETROLCAN'] = true,
	['WEAPON_PIPEBOMB'] = true,
	['WEAPON_PISTOL'] = true,
	['WEAPON_PISTOL50'] = true,
	['WEAPON_PISTOL_MK2'] = true,
	['WEAPON_POOLCUE'] = true,
	['WEAPON_PROXMINE'] = true,
	['WEAPON_PUMPSHOTGUN'] = true,
	['WEAPON_PUMPSHOTGUN_MK2'] = true,
	['WEAPON_RAILGUN'] = true,
	['WEAPON_RAYCARBINE'] = true,
	['WEAPON_RAYMINIGUN'] = true,
	['WEAPON_RAYPISTOL'] = true,
	['WEAPON_REVOLVER'] = true,
	['WEAPON_REVOLVER_MK2'] = true,
	['WEAPON_RPG'] = true,
	['WEAPON_SAWNOFFSHOTGUN'] = true,
	['WEAPON_SMG'] = true,
	['WEAPON_SMG_MK2'] = true,
	['WEAPON_SMOKEGRENADE'] = true,
	['WEAPON_SNIPERRIFLE'] = true,
	['WEAPON_SNOWBALL'] = true,
	['WEAPON_SNSPISTOL'] = true,
	['WEAPON_SNSPISTOL_MK2'] = true,
	['WEAPON_SPECIALCARBINE'] = true,
	['WEAPON_SPECIALCARBINE_MK2'] = true,
	['WEAPON_STICKYBOMB'] = true,
	['WEAPON_STINGER'] = true,
	['WEAPON_STONE_HATCHET'] = true,
	['WEAPON_STUNGUN'] = true,
	['WEAPON_SWITCHBLADE'] = true,
	['WEAPON_VINTAGEPISTOL'] = true,
	['WEAPON_WRENCH'] = true,
	['WEAPON_PAINTBALLBLUE'] = true,
	['WEAPON_PAINTBALLRED'] = true,
	['WEAPON_FLASHBANG'] = true,
	['GADGET_NIGHTVISION'] = true,
	['GADGET_PARACHUTE'] = true,
}

Last updated