From 6a77edfa97253404e2dcee488f5953edc6ef6bb1 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 19 Sep 2004 17:30:36 +0000 Subject: [PATCH] Added full HUD stats option again --- plugins/cstrike/statsx.sma | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/cstrike/statsx.sma b/plugins/cstrike/statsx.sma index bb12c2ce..2935a822 100755 --- a/plugins/cstrike/statsx.sma +++ b/plugins/cstrike/statsx.sma @@ -261,6 +261,7 @@ public plugin_cfg() { server_cmd( addStast, "Show Total Stats", "ShowTotalStats" ) server_cmd( addStast, "Show Best Score", "ShowBestScore" ) server_cmd( addStast, "Show Most Disruptive", "ShowMostDisruptive" ) + server_cmd( addStast, "Show HUD Stats", "ShowFullStats" ) server_cmd( addStast, "HUD-stats default", "ShowStats" ) server_cmd( addStast, "Dist&HS in HUD lists", "ShowDistHS" )