SRCDS Steam group


Ingame-console
#1
Toungue 
Two simple questions:
How do i bind a key to the ingame-console?
How do i bind a key to a tekst?
Reply
#2
to bind a key to your console you go to options>keyboard>advanced and enable developer console.
Then ingame you press ~ to open it, be sure to hold ALT when you type the first character because if you don't it will close again.

to bind a key to something you have to open config.cfg in notepad or another text editor and add bind "keyhere" "stuff to do here"

example bind "q" "+attack" or when you write your own script:

make a script (mine is called fps.cfg):
Code:
alias fps "fpson"
alias fpson "cl_showfps 2; alias fps fpsoff"
alias fpsoff "cl_showfps 0; alias fps fpson"

bind "q" "fps"

save it and make a file called autoexec.cfg and add this:
Code:
/////////Loadprocedure\\\\\\\\\
echo
echo Loading Scripts.....
echo
///////////Scripts\\\\\\\\\\\\\
exec fps.cfg

/////////Loadfinishing\\\\\\\\\
echo
echo Scripts Loaded Successfull!
echo

Now when you startup CS:Source, it will load the fps.cfg and bind q to the function.

NOTE: these have to be in your cstrike\cfg folder
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply
#3
lol open ingame console and type bind "whatever key" admin (or whever your binding it as)
[Image: colexcss.png]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)