1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

added 'none' and extra m16 variants to weapon list

moved killstreak/deathstreak messages into configuration file
cleaned up configuration manager
fixed misc startup issue and threading
added more importing stuff
network id is a ulong now
ip str is now ip
added time played (per server)
This commit is contained in:
RaidMax
2018-02-10 22:33:42 -06:00
parent d1cdb93cc3
commit b8a161161d
33 changed files with 418 additions and 213 deletions

View File

@ -60,6 +60,7 @@ namespace StatsPlugin
public enum WeaponName
{
none = 0,
defaultweapon_mp = 1,
riotshield_mp = 2,
beretta_mp = 3,
@ -1333,7 +1334,27 @@ namespace StatsPlugin
ak74u_silencer_thermal_mp,
ak74u_silencer_xmags_mp,
ak74u_thermal_xmags_mp,
m16_fmj_thermal_mp,
m16_fmj_xmags_mp,
m16_gl_heartbeat_mp,
m16_gl_reflex_mp,
m16_gl_silencer_mp,
m16_gl_thermal_mp,
m16_gl_xmags_mp,
m16_reflex_silencer_mp,
m16_heartbeat_reflex_mp,
m16_heartbeat_shotgun_mp,
m16_heartbeat_silencer_mp,
m16_heartbeat_thermal_mp,
m16_heartbeat_xmags_mp,
m16_reflex_shotgun_mp,
m16_reflex_xmags_mp,
m16_shotgun_silencer_mp,
m16_shotgun_thermal_mp,
m16_shotgun_xmags_mp,
m16_silencer_thermal_mp,
m16_silencer_xmags_mp,
m16_thermal_xmags_mp,
m40a3_mp,
peacekeeper_mp,
dragunov_mp,