23.08.2014, 23:59
Hey guys im my server after i restart the server using the rcon cmd "GMX" all the connected players crash and i don't know whats the reason
SendClientMessageToAll(-1, "[DEBUG]: Pass 1");
When using OnGameModeExit() in conjunction with the 'rcon gmx' console command keep in mind there is a potential for client bugs to occur an example of this is excessive RemoveBuildingForPlayer() calls during OnGameModeInit() which could result in a client crash. |
When using OnGameModeExit() in conjunction with the 'rcon gmx' console command keep in mind there is a potential for client bugs to occur an example of this is excessive RemoveBuildingForPlayer() calls during OnGameModeInit() which could result in a client crash. |