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

fixed misc issues and added stats page to webfront

This commit is contained in:
RaidMax
2017-10-03 18:17:35 -05:00
parent 4cddefd542
commit 9758e72f6b
26 changed files with 677 additions and 69 deletions

View File

@ -32,7 +32,8 @@ namespace StatsPlugin
MOD_HIT_BY_OBJECT,
MOD_DROWN,
MOD_GAS,
MOD_NUM
MOD_NUM,
MOD_EXPLOSIVE_BULLET
}
public enum HitLocation
@ -1226,5 +1227,12 @@ namespace StatsPlugin
lightstick_mp = 1192,
throwingknife_rhand_mp = 1193
}
public enum MapName
{
mp_unknown,
mp_terminal,
mp_rust
}
}
}