items.lua
-- BB弹武器
weapon_airsoftak47 = {name = 'weapon_airsoftak47', label = 'BB AK47', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'WEAPON_AIRSOFTAK47.png', unique = true, useable = true, description = 'BB弹 AK47'},
weapon_airsoftg36c = {name = 'weapon_airsoftg36c', label = 'BB G36C', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'WEAPON_AIRSOFTG36C.png', unique = true, useable = true, description = 'BB弹 G36C'},
weapon_airsoftglock20 = {name = 'weapon_airsoftglock20', label = 'BB Glock 20', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'WEAPON_AIRSOFTGLOCK20.png', unique = true, useable = true, description = 'BB弹 Glock 20'},
weapon_airsoftm4 = {name = 'weapon_airsoftm4', label = 'BB M4', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'WEAPON_AIRSOFTM4.png', unique = true, useable = true, description = 'BB弹 M4'},
weapon_airsoftm249 = {name = 'weapon_airsoftm249', label = 'BB M249', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'WEAPON_AIRSOFTM249.png', unique = true, useable = true, description = 'BB弹 M249'},
weapon_airsoftmicrouzi = {name = 'weapon_airsoftmicrouzi', label = 'BB Micro Uzi', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'WEAPON_AIRSOFTUZI.png', unique = true, useable = true, description = 'BB弹 Micro Uzi'},
weapon_airsoftmp5 = {name = 'weapon_airsoftmp5', label = 'BB MP5', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'WEAPON_AIRSOFTMP5.png', unique = true, useable = true, description = 'BB弹 MP5'},
weapon_airsoftr700 = {name = 'weapon_airsoftr700', label = 'BB R700', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'WEAPON_AIRSOFTR700.png', unique = true, useable = true, description = 'BB弹 R700'},
weapon_airsoftr870 = {name = 'weapon_airsoftr870', label = 'BB R870', weight = 1000, type = 'weapon', ammotype = 'AMMO_SMG', image = 'WEAPON_AIRSOFTR870.png', unique = true, useable = true, description = 'BB弹 R870'},
weapons.lua
-- Airsoft
[`weapon_airsoftak47`] = {name = 'weapon_airsoftak47', label = 'AirSoft AK47', weapontype = 'Assault Rifle', ammotype = 'AMMO_SMG', damagereason = 'Tagged'},
[`weapon_airsoftg36c`] = {name = 'weapon_airsoftg36c', label = 'AirSoft G36C', weapontype = 'Assault Rifle', ammotype = 'AMMO_SMG', damagereason = 'Tagged'},
[`weapon_airsoftglock20`] = {name = 'weapon_airsoftglock20', label = 'AirSoft Glock 20', weapontype = 'Pistol', ammotype = 'AMMO_SMG', damagereason = 'Tagged'},
[`weapon_airsoftm4`] = {name = 'weapon_airsoftm4', label = 'AirSoft M4', weapontype = 'Assault Rifle', ammotype = 'AMMO_SMG', damagereason = 'Tagged'},
[`weapon_airsoftm249`] = {name = 'weapon_airsoftm249', label = 'AirSoft M249', weapontype = 'Light Machine Gun', ammotype = 'AMMO_SMG', damagereason = 'Tagged'},
[`weapon_airsoftmicrouzi`] = {name = 'weapon_airsoftmicrouzi', label = 'AirSoft Micro Uzi', weapontype = 'Sub Machine Gun', ammotype = 'AMMO_SMG', damagereason = 'Tagged'},
[`weapon_airsoftmp5`] = {name = 'weapon_airsoftmp5', label = 'AirSoft MP5', weapontype = 'Sub Machine Gun', ammotype = 'AMMO_SMG', damagereason = 'Tagged'},
[`weapon_airsoftr700`] = {name = 'weapon_airsoftr700', label = 'AirSoft R700', weapontype = 'Shotgun', ammotype = 'AMMO_SMG', damagereason = 'Tagged'},
[`weapon_airsoftr870`] = {name = 'weapon_airsoftr870', label = 'AirSoft R870', weapontype = 'Shotgun', ammotype = 'AMMO_SMG', damagereason = 'Tagged'},
物品图片.zip
zip文件
85.8K
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
暂无评论内容