Votemap issue

WeidahWeidah Join Date: 2008-09-02 Member: 64955Members
<div class="IPBDescription">only 1 vote needed</div>Whenever somone writes votemap *number* it changes, first I thought ok maybe it has something to do that I'm the admin, but didnt find anything after checking all the plugins. Then I made a test got 1 more person to come play, still only 1 vote needed. Ok, I thought, maybe its just cuz there's only 2 of us, only 50% needed for map change... Got 1 more player so there was 3 of us, I also got one of those 2 randoms to do votemap and it still changed. In the end I ended up disabling votemap overall. I didnt find anything in the server.cfg besides allowing to vote. So either a plugin to fix (which I cant find on amxmodx) or there is something I'm doing wrong.

Comments

  • herrsheimerherrsheimer Join Date: 2008-06-06 Member: 64403Members
    try using Crab's Map Manager, a plugin for amxx.
  • WeidahWeidah Join Date: 2008-09-02 Member: 64955Members
    Yea using that already. But would like to have a normal "votemap" plugin also that would only recognize either votemap in console or in chat. Crab's map manager only asks for what map to change to at end of time limit or round.
  • BacsuBacsu Join Date: 2007-02-28 Member: 60148Members
    // Set to -1 to disallow voting (looks in mapcycle.txt for entries)
    mp_mapvoteratio .6

    at server.cfg.
  • WeidahWeidah Join Date: 2008-09-02 Member: 64955Members
    Whatever I set it to its always (0/1) :\

    I want it to be like (0/6) or something not just 1 vote -.-
  • BacsuBacsu Join Date: 2007-02-28 Member: 60148Members
    edited September 2008
    Are you running a listenserver(started server with NS) ,a dedicated server(started with steam) or do you have rent a server? If you have a listenservedr you've to edit the listenserver.cfg and change the cvar mp_mapvoteratio from x to 1 .You can check the current setting if you type in console <u>amx_cvar mp_mapvoteratio</u> It will display the current value. <u>amx_cvar mp_mapvoteratio 1 </u> and every client have to make a vote. Its hard to set up if you're running bots on your server because they get count as clients and they'll not vote <img src="style_emoticons/<#EMO_DIR#>/tounge.gif" style="vertical-align:middle" emoid=":p" border="0" alt="tounge.gif" /> . But this change is only a temporary one. It will get back to the old value at a mapload. edit: rented server use the server.cfg.
  • WeidahWeidah Join Date: 2008-09-02 Member: 64955Members
    Its a dedicated server I run at home. Dont use bots. But tell me somethin, the server isnt public yet, and there's noone on the server, ever. Does it influence the votes needed if there is lets say only me on the server? E.g. if only I'm on the server and write "votemap 4" will it change the map due to only me being on the server? I dont realy understand the mp_mapvoteratio. If I set .6 does that mean 60% of the players need to vote? And if I set it to 1, 100% of the players need to vote. The issue might be just my mistake due to never having more then 3 players on the server atm.
  • BacsuBacsu Join Date: 2007-02-28 Member: 60148Members
    Yes its working like that. mp_mapvoteratio value is in percent. 6 of 10 clients have to execute votemap "x" to change a map. mp_mapvoteratio -1 = disabled; mp_mapvoteratio .5 = 50% ; mp_mapvoteratio 1 = 100% .
  • WeidahWeidah Join Date: 2008-09-02 Member: 64955Members
    Ok thanks that realy bothered me for a while now. Now I know, thanks again <img src="style_emoticons/<#EMO_DIR#>/smile-fix.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile-fix.gif" />
Sign In or Register to comment.