OK - here You have few others my crosshairs - if You like them - You can use.
About these stats.
1. Make sure You have admin acccess rights to Your AMX MOD X. Look into the file addons\amxmodx\configs\users.ini
At the end of the file You should to have such lines:
; Examples of admin accounts:
; "STEAM_0:0:123456" "" "abcdefghijklmnopqrstu" "ce"
; "123.45.67.89" "" "abcdefghijklmnopqrstu" "de"
; "My Name" "my_password" "abcdefghijklmnopqrstu" "a"
;"loopback" "" "abcdefghijklmnopqrstu" "de"
If You are playing from the listenserver (the same PC You are creating the game and You are playing) - it's sufficient take out the semicolon (
from the last line. If You are playing from some PC and the game is created on another one (You have dedicated server then) - You should use some of method descibed in examples - to let AMX X recognize You as an admin. If You have a fixed IP - You can use this:
"your_ip_number" "" "abcdefghijklmnopqrstu" "de"
This way You don't need to use password (as unnecessary and sufficient safe), but if You want to be recognized as an admin by Your name - You need to use (both method - of course - You have to take-out semicolon at the begining of the line):
"your_name" "your_password" "abcdefghijklmnopqrstu" "a"
your_name it's the nick You are using during the game, your_password it's te password You need to write in Your autoexec.cfg placed in counter-strike\cstrike directory:
setinfo "_pw" "your_password"
If You don't have yet such file just create it with notepad.
After doing this, start Your game and after entering the game go to Your console and write:
amxmodmenu
Close the console window and You should to see the general menu for AMX MOD X. If You don't see all options (it has about 2 or thhree pages) - close the game and read everything I wrote here again about 2 times and try fix the problem with amxmodmenu.
2. If You finally get it working - select "Next" as the option for the second page and as the option 5 (if I remeber good) - You should to see the item called Stats Configuration - choose it.
You should to see a lot of options for showing stats during the game. If some of them are annoying for you - You can disable them. If some of them You want to have enabled - switch them on and look how do they work and if You like them. I think the biggest problem is for the beginner get to the work amxmodmenu. There are also some topics at AMX MOD X forum - how to get access rights to amxmodmenu - just look there and use there the search function. Normally if You are doing everything right I described above - it should work for You. Let me know if You got it working or not.