Streetbum @ 2007-08-21 15:54:06
How would I bind, speech. I bind all my bind ";" "rcon kick Greenblaster" all the time, but how would I bind like:
bind "KP_UPARROW" "It takes [1][2][3][4][5] Pokemon to battle!!"
or
bind "KP_LEFTARROW" "TMP POWER"
bind "KP_5" "Sometimes rabid sea turtles kill people... not often"
Yes, I plan on binding my whole numpad with random crap I always say :):) Very useful blog, by the way.
Evil-Fluffy @ 2007-08-24 21:16:17
well this is actually something I wanted to use as an example for my next post...But here it is:
You basically have a couple of options. Saying to everyone, saying to team, saying as an admin (if you have it) and echoing stuff to the console (unseen by others)
It really easy, just type in the command string (the second part between the "") either say (for saying to all), say_team (for saying to your team), say @ or ma_say (to use admin say, only if you have admin on that server), ma_csay (to use console saying, only if you have rcon or echo (to echo stuff to the console, for instance when you're switching configs, etc.
Some examples (from my configs):
bind ";" "say please don't talk so much, it's annoying."
bind "/" "say_team RUSH A!!!"
bind "h" "ma_say No swearing please!"
bind "g" "ma_csay KNIFE ROUND BEGINNING" (don't know exactly which access you should have, eiter just mani, or mani and rcon)
echo "autoexec cfg loaded"
If you have additional question, don't hesitate to ask.