Quote:
Originally Posted by blood2k
Hey so if there are 4 nominated maps it will show it in text
but if there are more than 4 it cuts off after4 maps and then shows another line of nominations that is blank.
|
Thanks for reporting it. It will be fixed on the new version.
For now you can install the version attached on this post.
Quote:
Originally Posted by GoRiLliAz
galileo.cfg
...
|
Thanks, but I still could not reproduce it.
On the setting you sent, the map extension by minutes is disabled:
Code:
// Specifies the maximum number of minutes a map can be played, if it
// has been extended. A value less than mp_timelimit will not let
// the map to be extended.
//
// To always allow map extension, set this cvar to 0
// To always block map extension, set this cvar to 1
//
// Default: 1
amx_extendmap_max 1
Did you add it after the bug?
I changed somethings on the code I am attaching here. Install it on your server see if this happens again.
Anyways, I opened a issue for tracking this on:
https://github.com/addonszz/Galileo/issues/61
If it happens again, can you note which ones where the maps voted and their percent results/vote count?
Quote:
Originally Posted by Skyliner
The problem is that, sometimes the plugin reset the score and starts from zero.
I am using a sistem with 20 rounds, when a team reach 20 rounds it will change the map.
|
How do you know it is this plugin resetting the score?
Can you
record a log within the bug and post here the `addons/amxmodx/logs/_galileo_log.txt` file?
__________________