07.01.2014, 23:15
Quote:
GMX works if you use it properly. Keep in mind that it's not a restart command, it's a gamemode switch command. (Switch to the next gamemode) So, it will only affect gamemode and if your gamemode doesn't expect this, the gamemode can bug out. Because it isn't a restart command, it won't delete all the stuff the specific gamemode spawned automatically: you have to do that manually. (Hence why the RemoveBuildingForPlayer bug here exists, because there is no real restore function.)
I have GMX working perfectly fine in my server. I use it inside a restart command to reload the server. To use it properly though, I first unload and remove everything the gamemode had spawned. After that I unload every filterscript (and their respective OnFilterScriptExit's unload the stuff they'd spawned). At last, after everything is cleaned up, I use GMX and OnGameModeInit will load all the filterscripts back into the server. |