1
0
Fork 0
forked from Simnation/Main

Update client.lua

This commit is contained in:
Nordi98 2025-07-28 04:37:49 +02:00
parent b846de7b20
commit 712e7039e9

View file

@ -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]