07.01.2014, 22:26
Quote:
gmx is too unreliable anyways (client bugs) just completely restart your server.
|
Quote:
Completely restart the server cause annoying bugs like players spawning as CJ, camera frozen(health bar flashing) when die, baby crying sounds, etc.
|
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.