17 lines
350 B
Lua
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'
|
|
}
|
|
}
|