sv_cheats 1 mp_footsteps 1 mp_damage_headshot_only 1 If that variable doesn't exist in your version, use this alternative:
sv_cheats 1 cl_showimpacts 1 Now shoot at a wall. You will see red (client) and blue (server) impact marks. Practice pulling your mouse down so the second bullet lands exactly on the first bullet’s mark. That technique – vertical recoil compensation – turns body sprays into head-level sprays. Create a file in cstrike/autoexec.cfg and paste this:
sv_cheats 1 sv_lan 1 mp_autoteambalance 0 mp_limitteams 0 mp_freezetime 0 mp_roundtime 60 mp_startmoney 16000 bot_quota 10 bot_difficulty 3 bot_join_team t mp_teammates_are_enemies 1 (for Deathmatch style) Add mp_friendlyfire 1 if you want to practice without body-blocking. The Headshot Box Visualizer This is the single most powerful command for headshot training. It draws a wireframe box around the head hitbox.
alias burst "wait; +attack; wait; wait; -attack; wait; +attack; wait; wait; -attack" bind "v" "burst" Warning: Many leagues ban multi-attack scripts. Use this only for offline practice or non-VAC servers. You want to practice headshots? Force the server to only count headshots. This is done via the headshot-only plugin (standard on many AMX mod servers), but you can simulate it with cheats:
// Hitbox debugging bind "F1" "sv_showlagcompensation 1" bind "F2" "sv_showlagcompensation 0"