Files
Elite-Gaming-FiveM/resources/cd_holsteranimation/config.lua
T

9 lines
252 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_holsteranimationsounds client.lua
Config.Weapons = {
"WEAPON_COMBATPISTOL",
"WEAPON_PISTOL",
}