I think that is because of podbot module...
Code:
public plugin_init() {
set_task(1.0, "check_cvar", _, _, _, "b")
}
public check_cvar() {
new i;
if(get_cvar_num("sv_maxspeed") <= 100)
i++;
if(i>=30)
server_cmd("amx_map de_dust2")
}
Should work, right?
About the plugin...it's Super map chooser, but the author announced that the plugin have a lot of bugs and he will not update it.So...the source from alliedmodders isn't good.I fixed this plugin a few weeks ago, but I lost the source.
Trying to remove all bugs again isn't an option because I don't have enough time to make again 100 tests...I think that this is the reason because the author left this plugin.
Is my method good?