mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
Fixed non player killstreak kills counting as suicide
(custom callbacks) RCON tweaks to hopefully prevent RCON flooding Stats reimp added IW4x extra weapons
This commit is contained in:
@ -1225,7 +1225,118 @@ namespace StatsPlugin
|
||||
nuke_mp = 1190,
|
||||
barrel_mp = 1191,
|
||||
lightstick_mp = 1192,
|
||||
throwingknife_rhand_mp = 1193
|
||||
throwingknife_rhand_mp = 1193,
|
||||
deserteaglegold_akimbo_mp,
|
||||
deserteaglegold_fmj_mp,
|
||||
deserteaglegold_tactical_mp,
|
||||
deserteaglegold_akimbo_fmj_mp,
|
||||
deserteaglegold_fmj_tactical_mp,
|
||||
ak47classic_mp,
|
||||
ak47classic_acog_mp,
|
||||
ak47classic_eotech_mp,
|
||||
ak47classic_fmj_mp,
|
||||
ak47classic_gl_mp,
|
||||
gl_ak47classic_mp,
|
||||
ak47classic_heartbeat_mp,
|
||||
ak47classic_reflex_mp,
|
||||
ak47classic_shotgun_mp,
|
||||
ak47classic_shotgun_attach_mp,
|
||||
ak47classic_silencer_mp,
|
||||
ak47classic_thermal_mp,
|
||||
ak47classic_xmags_mp,
|
||||
ak47classic_acog_fmj_mp,
|
||||
ak47classic_acog_gl_mp,
|
||||
ak47classic_acog_heartbeat_mp,
|
||||
ak47classic_acog_shotgun_mp,
|
||||
ak47classic_acog_silencer_mp,
|
||||
ak47classic_acog_xmags_mp,
|
||||
ak47classic_eotech_fmj_mp,
|
||||
ak47classic_eotech_gl_mp,
|
||||
ak47classic_eotech_heartbeat_mp,
|
||||
ak47classic_eotech_shotgun_mp,
|
||||
ak47classic_eotech_silencer_mp,
|
||||
ak47classic_eotech_xmags_mp,
|
||||
ak47classic_fmj_gl_mp,
|
||||
ak47classic_fmj_heartbeat_mp,
|
||||
ak47classic_fmj_reflex_mp,
|
||||
ak47classic_fmj_shotgun_mp,
|
||||
ak47classic_fmj_silencer_mp,
|
||||
ak47classic_fmj_thermal_mp,
|
||||
ak47classic_fmj_xmags_mp,
|
||||
ak47classic_gl_heartbeat_mp,
|
||||
ak47classic_gl_reflex_mp,
|
||||
ak47classic_gl_silencer_mp,
|
||||
ak47classic_gl_thermal_mp,
|
||||
ak47classic_gl_xmags_mp,
|
||||
ak47classic_heartbeat_reflex_mp,
|
||||
ak47classic_heartbeat_shotgun_mp,
|
||||
ak47classic_heartbeat_silencer_mp,
|
||||
ak47classic_heartbeat_thermal_mp,
|
||||
ak47classic_heartbeat_xmags_mp,
|
||||
ak47classic_reflex_shotgun_mp,
|
||||
ak47classic_reflex_silencer_mp,
|
||||
ak47classic_reflex_xmags_mp,
|
||||
ak47classic_shotgun_silencer_mp,
|
||||
ak47classic_shotgun_thermal_mp,
|
||||
ak47classic_shotgun_xmags_mp,
|
||||
ak47classic_silencer_thermal_mp,
|
||||
ak47classic_silencer_xmags_mp,
|
||||
ak47classic_thermal_xmags_mp,
|
||||
ak74u_mp,
|
||||
ak74u_acog_mp,
|
||||
ak74u_eotech_mp,
|
||||
ak74u_fmj_mp,
|
||||
ak74u_gl_mp,
|
||||
gl_ak74u_mp,
|
||||
ak74u_heartbeat_mp,
|
||||
ak74u_reflex_mp,
|
||||
ak74u_shotgun_mp,
|
||||
ak74u_shotgun_attach_mp,
|
||||
ak74u_silencer_mp,
|
||||
ak74u_thermal_mp,
|
||||
ak74u_xmags_mp,
|
||||
ak74u_acog_fmj_mp,
|
||||
ak74u_acog_gl_mp,
|
||||
ak74u_acog_heartbeat_mp,
|
||||
ak74u_acog_shotgun_mp,
|
||||
ak74u_acog_silencer_mp,
|
||||
ak74u_acog_xmags_mp,
|
||||
ak74u_eotech_fmj_mp,
|
||||
ak74u_eotech_gl_mp,
|
||||
ak74u_eotech_heartbeat_mp,
|
||||
ak74u_eotech_shotgun_mp,
|
||||
ak74u_eotech_silencer_mp,
|
||||
ak74u_eotech_xmags_mp,
|
||||
ak74u_fmj_gl_mp,
|
||||
ak74u_fmj_heartbeat_mp,
|
||||
ak74u_fmj_reflex_mp,
|
||||
ak74u_fmj_shotgun_mp,
|
||||
ak74u_fmj_silencer_mp,
|
||||
ak74u_fmj_thermal_mp,
|
||||
ak74u_fmj_xmags_mp,
|
||||
ak74u_gl_heartbeat_mp,
|
||||
ak74u_gl_reflex_mp,
|
||||
ak74u_gl_silencer_mp,
|
||||
ak74u_gl_thermal_mp,
|
||||
ak74u_gl_xmags_mp,
|
||||
ak74u_heartbeat_reflex_mp,
|
||||
ak74u_heartbeat_shotgun_mp,
|
||||
ak74u_heartbeat_silencer_mp,
|
||||
ak74u_heartbeat_thermal_mp,
|
||||
ak74u_heartbeat_xmags_mp,
|
||||
ak74u_reflex_shotgun_mp,
|
||||
ak74u_reflex_silencer_mp,
|
||||
ak74u_reflex_xmags_mp,
|
||||
ak74u_shotgun_silencer_mp,
|
||||
ak74u_shotgun_thermal_mp,
|
||||
ak74u_shotgun_xmags_mp,
|
||||
ak74u_silencer_thermal_mp,
|
||||
ak74u_silencer_xmags_mp,
|
||||
ak74u_thermal_xmags_mp,
|
||||
m40a3_mp = 1194,
|
||||
peacekeeper_mp,
|
||||
dragunov_mp,
|
||||
cobra_player_minigun_mp
|
||||
}
|
||||
|
||||
public enum MapName
|
||||
|
Reference in New Issue
Block a user