How do i add hotkeys to my game?
-
I wanna bind some keys for like fast restarts.
-
fabinatot in the console do bind <keyname> <command>.
-
For example
bind P "map_restart"
You can have multiple commands on one key by separating them with a;
-
Thank you very much!