diff --git a/configs/cstrike/stats.ini b/configs/cstrike/stats.ini new file mode 100755 index 00000000..697d6300 --- /dev/null +++ b/configs/cstrike/stats.ini @@ -0,0 +1,9 @@ +;Generated by Stats Configuration Plugin. Do not modify! +;Variable Description +ShowAttackers ;Show Attackers +ShowVictims ;Show Victims +ShowStats ;HUD-stats default +SayRankStats ;Say /rankstats +SayRank ;Say /rank +SayTop15 ;Say /top15 +ShowStats ;HUD-stats default diff --git a/plugins/cstrike/statsx.sma b/plugins/cstrike/statsx.sma index 2935a822..07978c93 100755 --- a/plugins/cstrike/statsx.sma +++ b/plugins/cstrike/statsx.sma @@ -69,8 +69,8 @@ public KillerChat = 0 // displays killer hp&ap to victim console // and screen -public ShowAttackers = 1 // shows attackers -public ShowVictims = 1 // shows victims +public ShowAttackers = 0 // shows attackers +public ShowVictims = 0 // shows victims public ShowKiller = 0 // shows killer public ShowTeamScore = 0 // shows team score at round end public ShowTotalStats = 0 // shows round total stats @@ -82,16 +82,16 @@ public EndTop15 = 0 // displays top15 at the end of map public SayHP = 0 // displays information about user killer public SayStatsMe = 0 // displays user's stats and rank -public SayRankStats = 1 // displays user's rank stats +public SayRankStats = 0 // displays user's rank stats public SayMe = 0 // displays user's stats -public SayRank = 1 // displays user's rank +public SayRank = 0 // displays user's rank public SayReport = 0 // report user's weapon status to team public SayScore = 0 // displays team's map score -public SayTop15 = 1 // displays first 15 players +public SayTop15 = 0 // displays first 15 players public SayStatsAll = 0 // displays all players stats and rank public SayMiscFunc = 0 // displays timeleft, thetime, currentmap, ff -public ShowStats = 1 // set client HUD-stats switched off by default +public ShowStats = 0 // set client HUD-stats switched off by default public ShowDistHS = 0 // show distance and HS in attackers and // victims HUD lists public ShowFullStats = 0 // show full HUD stats (more than 78 chars)