Files
red-valley/resources/[framework]/[addons]/[weapons]/qs-weapondraw/config.lua
2026-03-29 21:41:17 +03:00

17 lines
350 B
Lua

Config = {}
Config.WeapDraw = {
variants = { 130, 122, 3, 6, 8 },
weapons = {
'WEAPON_PISTOL',
'WEAPON_PISTOL_MK2',
'WEAPON_COMBATPISTOL',
'WEAPON_APPISTOL',
'WEAPON_PISTOL50',
'WEAPON_REVOLVER',
'WEAPON_SNSPISTOL',
'WEAPON_HEAVYPISTOL',
'WEAPON_VINTAGEPISTOL'
}
}