Not Really A Script, But A Bind Help...
BadGirlDefender
Join Date: 2005-05-11 Member: 51437Members
<div class="IPBDescription">still, its bugging the hell outta me :)</div> ok, i play alot on the aeRO servers, with the extra upgrades etc, and im getting **** off with typing /menu the entire time. can someone <u>please</u> tell me correct console code for binding the number 0 to saying /menu
after ages trying stuff like:
bind 0 say"/menu"
bind 0 say /menu
bind 0 say/menu
etc, im kinda irritated <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->
any help?
after ages trying stuff like:
bind 0 say"/menu"
bind 0 say /menu
bind 0 say/menu
etc, im kinda irritated <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->
any help?
Comments
This should work.
soz, i was sure it was say space message, but it just dint work <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
<span style='color:red'>EDIT: ok, just realised, now i cant exit the menu, cos exit menu is 0 <!--emo&:angry:--><img src='http://www.unknownworlds.com/forums/html/emoticons/mad-fix.gif' border='0' style='vertical-align:middle' alt='mad-fix.gif' /><!--endemo-->
so, i tried unbind 0 "say /menu" and bind 9 "say /menu"
now, i can activate it with 9 and 0, but 0 doesnt close it any more </span>
<span style='color:purple'>EDIT EDIT: when trying bind 0 0, it says unknown command 0</span>
<!--c1--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->unbind 0<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
And keep the bind 9 "say /menu" part.
<span style='color:red'>EDIT: 0 does nothing now, not at all. im trying binding it to something via options, then going thru again</span>
<span style='color:purple'>EDIT EDIT: still no joy, 0 just does nothing now :'( at worst, i was planning to einstall anyway</span>
slot10 is what 0 is bound to by default, and it is the command that the plugin looks for to call the "0" menu option. It cannot be bound in the controls menu because it normally serves no purpose in NS.
alias menuoff "slot10; bind 0 menu"
then bind 0 to menu in your config and it will still get arround mp_blockscripts
thnx anyway tho, and the final unbind thing worked <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
alias menuoff "slot10; bind 0 menu" <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
this means that you can press 0 and it brings up the menu, and when you press it again it closes it. so you dont need 2 buttons for the job.