04-17-2012, 21:59
Hello all modders,
Could someone make .dll plugin for fast_restart.
Something like this:
using system.threading
public override void OnMapChange()
{
thread.Sleep(20000);
servercommand("fast_restart");
}
I dont know if that works, but what i would like to have is a fast_restart done on every map change after 20 sec.
Please as a PLUGIN not a SCRIPT
Could someone make .dll plugin for fast_restart.
Something like this:
using system.threading
public override void OnMapChange()
{
thread.Sleep(20000);
servercommand("fast_restart");
}
I dont know if that works, but what i would like to have is a fast_restart done on every map change after 20 sec.
Please as a PLUGIN not a SCRIPT