Files
Elite-Gaming-FiveM/resources/unholster/config.lua
T
KingMcDonalds b436d9047b fix and remove something add new
scripts holster the pull gun out  and new mlo
2024-09-20 13:26:29 -07:00

27 lines
471 B
Lua

Config = {}
Config.cooldown = 0
-- Add/remove weapon hashes here to be added for holster checks.
Config.Weapons = {
"WEAPON_COMBATPISTOL",
"WEAPON_Pistol",
"WEAPON_Pistolmk2",
"WEAPON_Appistol",
"WEAPON_Pistol50",
"WEAPON_Snspistol",
"WEAPON_Snspistolmk2",
"WEAPON_Heavypistol",
"WEAPON_Vintagepistol",
"WEAPON_Marksmanpistol",
"WEAPON_Revolver",
"WEAPON_Revolvermk2",
"WEAPON_Doubleaction",
"WEAPON_Ceramicpistol",
"WEAPON_Navyrevolver",
}