by k4b00m » Mon May 09, 2011 12:13 am
Copy and Paste these 3 lines into your "userconfig.cfg" change mouse5 to whatever keybind you wish to use! hold down the key to see your whole map, release the keybind and your minimap will go back to normal size.
Code: Select all
alias "+mini" "_cl_minimap 1"
alias "-mini" "_cl_minimap 2"
bind "mouse5" "+mini"
Copy and Paste these 3 lines into your "userconfig.cfg" change mouse5 to whatever keybind you wish to use! hold down the key to see your whole map, release the keybind and your minimap will go back to normal size.
[code]
alias "+mini" "_cl_minimap 1"
alias "-mini" "_cl_minimap 2"
bind "mouse5" "+mini"[/code]