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:
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user