questin on config
hi! i'm playing with forcemodel, but the problem is, that this doesnt work on 1on1 server. so i always have to change cg_forcemodel from 1 to 0 when i enter a 1on1 server. is it possible to bind this command, so that i only have to push one button which writes this command in the console? i know how to create a bind for chat, but i dont know if this is also possible for console commands...
Yes m8
type in the console or in your config :
\bind KEY "toggle cg_forceModel"
have fun
sure you did bind KEY "toggle cg_forceModel"
that's what Im using and I got this message once, i just mistyped...
heh, np
if you want 2 binds you can also do
bind 1 "cg_forceModel 1; echo ^2ForceModel Enabled^7"
bind 2 "cg_forceModel 0; echo ^1ForceModel Disabled^7"
or whatever you want
have fun
wow that was really fast:) thank you! i will try that