And then bind a key to +commandmenu. Now when you press or hold down your commandmenu key you get a menu. The choices depend on which team you're on, or you could make universal commands (see format above). The thing that's executed can be commands, aliases, and binds too IIRC.
yea i know how to make commandmenus, but i was just wondering if it was possible to make an "old style" menu.
btw slavak, its just for comms etc
i was also searchin round the cs forums to see if anyone knew how to make it and i came across a way of doing it through echos <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
havent managed to fully get it workin yet, mp_bs 1 is a **** :<
samurai jeff, your prayers have been answered. As a server op for one of the most popular mvm and cs/dod/tfc converted map servers in the world I use <a href='http://nsmod.ugleague.org/forums1/index.php?showtopic=93' target='_blank'>The Team Selector Plugin</a> created by Zamma and refined by White Panther and myself (AMX Mod X required). It ROCKS for maps with no readyrooms. <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink-fix.gif' border='0' style='vertical-align:middle' alt='wink-fix.gif' /><!--endemo-->
WoW <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo--> its my plugin <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo--> w00t!
Also get more plugins like this from www.modns.org <- great site <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
Thanks alot Deopt, thats EXACTLY what i was lookin for <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin-fix.gif' border='0' style='vertical-align:middle' alt='biggrin-fix.gif' /><!--endemo-->
one question thought.. say i wanted to use this kind of menu for a client side comm menu, even thought the server doesn't have amx, will this still work ?
Comments
whats the purpose of it?
<!--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-->//MARINE COMMS
TEAM1 "1" "Orders" "impulse 80"
TEAM1 "2" "Roger" "impulse 81"
TEAM1 "3" "Covering" "impulse 8"
TEAM1 "4" "Hostiles" "impulse 13"
TEAM1 "5" "All Clear" "impulse 15"
TEAM1 "6" "Move Out" "impulse 14"
//ALIEN VOICES
TEAM2 "1" "Growl" "impulse 9"
TEAM2 "2" "Snarl" "impulse 11"
TEAM2 "3" "Grumble" "impulse 12"
//SERVER
"0" "Server"
{
"1" "Next Map" "say nextmap"
"2" "Time Left" "say timeleft"
"3" "Stuck" "say /stuck"
}<!--c2--></td></tr></table><div class='postcolor'><!--ec2-->
And then bind a key to +commandmenu. Now when you press or hold down your commandmenu key you get a menu. The choices depend on which team you're on, or you could make universal commands (see format above). The thing that's executed can be commands, aliases, and binds too IIRC.
btw slavak, its just for comms etc
i was also searchin round the cs forums to see if anyone knew how to make it and i came across a way of doing it through echos <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
havent managed to fully get it workin yet, mp_bs 1 is a **** :<
<img src='http://www.dominantspecies.org/offsite/co_de_dust.gif' border='0' alt='user posted image' />
Also get more plugins like this from www.modns.org <- great site <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile-fix.gif' border='0' style='vertical-align:middle' alt='smile-fix.gif' /><!--endemo-->
one question thought.. say i wanted to use this kind of menu for a client side comm menu, even thought the server doesn't have amx, will this still work ?
i know that if you <b>echo</b> with <b>con_notifytime 10</b> you get 10 lines of the same echo. any way to make them different ?
or maybe ever using the <b>motd</b> command ?