Pause Counter-Strike bot game
19 July, 2021 - 16:15

You can pause a local offline Counter-Strike: Global Offensive (CS: GO) bots game from the console.
Press "C" to open the console, and enter these commands:
- Enable pause with
sv_pausable 1
- Pause or unpause the game with
pause
To create a custom shortcut with "P" for pause or unpause, run this command from console:
bind "p" "sv_pausable 1; pause"
Now, pressing "P" will pause or unpause your offline bot game.
Reference: Offline: Pause? and How to Use CS:GO Buyscripts?.
Check FPS with cl_showfps 1
in console. To bind "F" to toggle between showing and hiding FPS, define this custom shortcut via the console:
BindToggle "f" cl_showfps
Bonus: Buy random weapons with buyrandom