9 lines
246 B
Lua
9 lines
246 B
Lua
Config = {}
|
|
Config.cooldown = 0
|
|
|
|
-- Add/remove weapon hashes here to be added for holster checks.
|
|
-- Make sure the same weapon configs are listed in the cd_holsteranimation client.lua
|
|
Config.Weapons = {
|
|
"WEAPON_COMBATPISTOL",
|
|
"WEAPON_PISTOL",
|
|
} |