how to make command map always open?

subject , i need comand map opened in game without holding buttons

thanks
Comments
10
heavy stone on the button
bind X "vstr commandmaptoggle"

set commandmapopen "+mapexand; set commandmaptoggle "vstr commandmapclose""
set commandmapclose "-mapexpand; set commandmaptoggle "vstr commandmapopen""
set commandmaptoggle "vstr commandmapopen"
does it hurt when you hold that button?
bind x "vstr cmap"
set cmap "vstr cmapon"
set cmapon "+mapexpand;set cmap vstr cmapoff"
set cmapoff "-maxpexpand;set cmap vstr cmapon"

I guess..
mortartime!!!
open console
+mapexpand
close console
thanks all
Back to top