<div class="IPBDescription">i need the help guys, please ;)</div> how do i bind a text message using the "j" key? i wanna bind the text: 'someone cover me...' how should i do it?
if it's possible, i need someone to help me...thank you.
Or you can type what he said to type in the console.
Such as you can bring down your console and type : bind "key-you-want-it-bound-to" "console-command-you-want-to-run"
So you can set "o" to kill yourself everytime you hit it if you wanted to <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
dont know if this will help much but its worth noting,
the ; : this is used to make 1 button do many things in 1 go eg code: bind j "say hello all ; say_team I dont like the other team <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->"
this will say both just by pressing 1 button
alias's: These allow u to make 1 button say many things eg code: alias +usetalk "+use;say I am building" alias -usetalk "-use;say I have Finished Building" bind e +usetalk
what this does it when u hold down e it will make u do what e does normaly and give u the ability to add text or voice comms. this wouldnt realy be used but shows u the idea
Comments
Open your NS dir. Find your config.cfg. Open it w/notepad.
For a teamsay bind place the following in your config.cfg.....
bind "j" "say_team This is an example of a teamsay bind."
For a global chat bind place the following in your config.cfg.....
bind "j" "say This is an example of a global chat bind."
Such as you can bring down your console and type : bind "key-you-want-it-bound-to" "console-command-you-want-to-run"
So you can set "o" to kill yourself everytime you hit it if you wanted to <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
bind j "someone cover my **** you crazy jarheads"
And of course j and the quote are the viaribles
Note: Funny how a 3 letter "bad word" gets translated to 4 *s.
*cheers
the ; : this is used to make 1 button do many things in 1 go
eg
code:
bind j "say hello all ; say_team I dont like the other team <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->"
this will say both just by pressing 1 button
alias's:
These allow u to make 1 button say many things
eg
code:
alias +usetalk "+use;say I am building"
alias -usetalk "-use;say I have Finished Building"
bind e +usetalk
what this does it when u hold down e it will make u do what e does normaly and give u the ability to add text or voice comms. this wouldnt realy be used but shows u the idea