This still seems to be an issue.
This still seems to be an issue.
How about this plugin (link)?
Seems pretty simple and to the point. It should allow for round times up to 346 minutes, however I'm not quite sure why that exact value was chosen.Code:#include <sourcemod> public OnPluginStart() { new Handle:mp_roundtime = INVALID_HANDLE; mp_roundtime = FindConVar("mp_roundtime"); SetConVarBounds(mp_roundtime, ConVarBound_Upper, true, 346.0); }
Last edited by SkeeterPan; 04-15-2013 at 05:04 AM.
http://www.ibisgaming.com/forums/sho...adow_moses_7_9
With that and other stuff, it might be better to just remove the map. IBIS Server does not even play this map often.
One of the main reasons it's not played very often is because you need an admin to change the time limit and even then 9 minutes is not enough to finish the map.
I know it's never going to be a very popular map, but if it could at least be finished, it could be a refreshing change from all the overplayed ze maps like parking, shroom forest, lotr maps, death star, etc.
Also that thread you linked is rendered largely irrelevant by the fact that there is a pool of water at the bottom of the stairs, which prevents zombies from getting an unfair advantage:
Last edited by SkeeterPan; 04-15-2013 at 11:21 AM.