View Single Post
alexan
Senior Member
Join Date: Mar 2009
Old 02-01-2012 , 05:44   Re: Deagles' Map Manager v3.24
Reply With Quote #13

Quote:
Originally Posted by DynamicBits View Post

Change this part:
Code:
if (is_plugin_loaded("Nextmap Chooser") > -1) {
bRepeat = true;
announce_conflict("mapchooser.amxx");
}
to
Code:
if (is_plugin_loaded("Nextmap Chooser") > -1) {
//bRepeat = true;
//announce_conflict("mapchooser.amxx");
}
I'm afraid I don't understand why you need to have it enabled, though. What mod are you using? What exactly happens with Nextmap Chooser disabled?


--
Andy
As I said, I need to have it enabled in order for the server to changelevel when writeing rtv! - Otherwize it just get stuck after you choosed your map (saying changeinglevel in 5-4-2-1 and then it just freezes) that is why I need to disable map conflict checker!

Add me on steam, and I can demostrate the problem if you want =D

EDIT: Thank you! - Works like it should now =D - can't wait intill the next updates! - Thanks alot for your work regarding this plugin, it really need some updates ;)

oh, and if you're so curious it is a kz/Kreedz server
Regards Alex!

Last edited by alexan; 02-01-2012 at 05:55.
alexan is offline