crab's map manager (amxx plugin)
nithoju
Join Date: 2008-10-07 Member: 65146Members
hi all,
i do not know if it is the correct forum but i just try it here. i already asked this question to crab himself in his thread, but unfortuneately the thread is dead and no one answers any more so maybe someone here can help me:
i set mp_timelimit to 10 minutes on my server and a few minutes before (like 8 minutes) it starts a mapvote when the game is still fully in progress.. thats not good of course.
can i adjust somewhere that only a mapvotes pops up when the game/round has been finished?
thank you for your help <img src="style_emoticons/<#EMO_DIR#>/smile-fix.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile-fix.gif" />
i do not know if it is the correct forum but i just try it here. i already asked this question to crab himself in his thread, but unfortuneately the thread is dead and no one answers any more so maybe someone here can help me:
i set mp_timelimit to 10 minutes on my server and a few minutes before (like 8 minutes) it starts a mapvote when the game is still fully in progress.. thats not good of course.
can i adjust somewhere that only a mapvotes pops up when the game/round has been finished?
thank you for your help <img src="style_emoticons/<#EMO_DIR#>/smile-fix.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile-fix.gif" />
Comments
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->// Time (seconds) of delay before a vote starts after the map time limit has
// been reached. Note that players are usually brought back to the readyroom
// 8 seconds after a round has ended.
#define VOTE_DELAY 10<!--c2--></div><!--ec2-->
but i have another (completely different) question! since i play ns i always wanted to know how to bind attacks so that you don't have to select them before using them (like charge or blink for example). i would like to do that with stomp because it takes too much time to select and use it and then take again another attack. so thank you again <img src="style_emoticons/<#EMO_DIR#>/smile-fix.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile-fix.gif" />
<!--colorc--></span><!--/colorc-->
You may be asking for a script but you know you can check off "fast switch weapon" in or your NS options or set hud_fastswitch to 1 and it will switch to the weapon you select immediately.