2026-04-14 17:41:39 +02:00

29 lines
953 B
Lua

Config.WeaponSling = {
Positions = {
['Back'] = {
bone = 24816,
x = 0.275,
y = -0.22,
z = -0.02,
x_rotation = 0.0,
y_rotation = 165.0,
z_rotation = 0.0
},
['Front'] = {
bone = 10706,
x = 0.0,
y = 0.25,
z = -0.25,
x_rotation = 0.0,
y_rotation = 75.0,
z_rotation = 185.0
}
},
compatable_weapon_hashes = {
['weapon_hk416b'] = { model = 'w_ar_hk416b', hash = GetHashKey('WEAPON_HK416B') },
['weapon_fbiarb'] = { model = 'w_ar_FBIARb', hash = GetHashKey('WEAPON_fbiarb') },
['weapon_pumpshotgun_mk2'] = { model = 'w_sg_pumpshotgunmk2', hash = GetHashKey('WEAPON_PUMPSHOTGUN_MK2') },
['weapon_assaultsmg'] = { model = 'w_sb_assaultsmg', hash = GetHashKey('WEAPON_ASSAULTSMG') },
}
}