Added full HUD stats option again

This commit is contained in:
David Anderson 2004-09-19 17:30:36 +00:00
parent b24f44896c
commit 6a77edfa97

View File

@ -261,6 +261,7 @@ public plugin_cfg() {
server_cmd( addStast, "Show Total Stats", "ShowTotalStats" ) server_cmd( addStast, "Show Total Stats", "ShowTotalStats" )
server_cmd( addStast, "Show Best Score", "ShowBestScore" ) server_cmd( addStast, "Show Best Score", "ShowBestScore" )
server_cmd( addStast, "Show Most Disruptive", "ShowMostDisruptive" ) server_cmd( addStast, "Show Most Disruptive", "ShowMostDisruptive" )
server_cmd( addStast, "Show HUD Stats", "ShowFullStats" )
server_cmd( addStast, "HUD-stats default", "ShowStats" ) server_cmd( addStast, "HUD-stats default", "ShowStats" )
server_cmd( addStast, "Dist&HS in HUD lists", "ShowDistHS" ) server_cmd( addStast, "Dist&HS in HUD lists", "ShowDistHS" )