forked from Simnation/Main
Update client.lua
This commit is contained in:
parent
b846de7b20
commit
712e7039e9
1 changed files with 12 additions and 0 deletions
|
@ -171,6 +171,18 @@ function GetWeaponNameFromHash(hash)
|
|||
-- DLC Weapons
|
||||
[GetHashKey('WEAPON_CANDYCANE')] = 'weapon_candycane',
|
||||
[GetHashKey('WEAPON_METALDETECTOR')] = 'weapon_metaldetector',
|
||||
|
||||
-- Softair
|
||||
[GetHashKey('WEAPON_AIRSOFTGLOCK20')] = 'weapon_airsoftglock20 ',
|
||||
[GetHashKey('WEAPON_AIRSOFTR870')] = 'weapon_airsoftr870',
|
||||
[GetHashKey('WEAPON_AIRSOFTR700')] = 'weapon_airsoftr700',
|
||||
[GetHashKey('WEAPON_AIRSOFTMP5')] = 'weapon_airsoftmp5',
|
||||
[GetHashKey('WEAPON_AIRSOFTMICROUZI')] = 'weapon_airsoftmircouzi',
|
||||
[GetHashKey('WEAPON_AIRSFOTM249')] = 'weapon_airsoftm249',
|
||||
[GetHashKey('WEAPON_AIRSOFTM4')] = 'weapon_airsoftm4',
|
||||
[GetHashKey('WEAPON_AIRSOFTG36C')] = 'weapon_airsoftg36c',
|
||||
[GetHashKey('WEAPON_AIRSOFTAK47')] = 'weapon_airsoftak47',
|
||||
|
||||
}
|
||||
|
||||
return weapons[hash]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue