Ns Map Voting System

MayhemMayhem Join Date: 2002-11-28 Member: 10128Members
<div class="IPBDescription">By Mayhem</div> Sorry to be flooding the forums with scripts... But heres my Map Management plugin for NS. Its currently allowing 40 maps in your rotation. It works by having players "nominate" maps. The script shows the 3 maps that were nominated the most. It adds a random map for the last slot and displays the vote 5 minutes prior to the timelimit. Players can only nominate once per map, and the exact usage is : say <MapName> (EX say ns_eclipse).

Instructions are in the readme.txt
EDIT:
Add this line to adminmod.cfg or server.cfg: (or it wont work at all)

amv_enable_beta "menu1"

I will note here: Plugin must come BEFORE plugin_chat.amx in the plugins.ini .. failure to do so will make nextmap work improperly.

Hope you guys enjoy this stuff

Comments

  • MayhemMayhem Join Date: 2002-11-28 Member: 10128Members
    This file has the correct set of instructions with it..

    Readme.txt changes:

    Add this line to adminmod.cfg or server.cfg:
    amv_enable_beta "menu1"

    Sorry for the mistake
  • RevenantRevenant Join Date: 2003-01-13 Member: 12249Members
    We Love Them Mayhem. Honestly...help us admins to help you players.
  • MayhemMayhem Join Date: 2002-11-28 Member: 10128Members
    Thanks <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->

    I decided to release all my scripts because I felt that my work wasn't being justified on one server. I originally created them to be distributed for the community, up until now I was just testing and fixing them for the one server I play at. I am however out of ideas. If you have an idea for a new script I'd love to hear it. Also if you can think of other things to make the current batch of scripts work better I'll try to add them (depending on the difficulty and time involved).

    Things I do plan to work on:

    Reserved Slots:
    Being able to kick based on:
    Low score
    High Ping
    Random (current)

    NSMapVote:
    I doubt I'll do this for 1.04 because theres only 6-7
    maps that can be played for most servers.
    But for 1.1 I'll probably add not being able to nominate
    the past 2-4 maps that were played.

    Post your ideas here:
  • PsychoticClownPsychoticClown Join Date: 2002-12-23 Member: 11435Members, Constellation
    most of the plugins i see are for adminmod..i use clanmod however.. is there a way to get it to work on it or should i just install adminmod and save trouble of redoing stuff?
  • RoobubbaRoobubba Who you gonna call? Join Date: 2003-01-06 Member: 11930Members, Reinforced - Shadow, WC 2013 - Shadow
    so does it come BEFORE or AFTER admin_chat.amx?
  • MayhemMayhem Join Date: 2002-11-28 Member: 10128Members
    It will actually work wherever you put it... But when people type nextmap they will get two outputs... the first will be from plugin_chat, which is the next map in rotation. And then nsmapvote's nextmap which is the nextmap in rotation until you vote for a new one. When you place nsmapvote BEFORE plugin_chat it stops nextmap from reaching plugin_chat and so you will only have 1 output. Try it out.. if you have more than one output you know you've placed it after plugin_chat. Good luck.
Sign In or Register to comment.