05.11.2012, 22:27
Quote:
You should not use gmx ever. Everyone knows GMX is bugged or causes bugs.
|
It actually only calls "OnGameModeExit" in your gamemode, reconnects all players, goes to the next gamemode in server.cfg (if there are multiple), opens the next or same gamemode and calls "OnGameModeInit". Things like destroying textdraws or removing vehicles have to be done by yourself in OnGameModeExit, if you want them to be removed. They will stay in your server otherwise. (Although, the variables where their IDs are saved, are reinitialized!)
Also, Filterscripts aren't touched when GMX-ing.