Server freezing game after 2 GMXes?
#1

What in the hell could POSSIBLY be causing this? The server itself doesn't freeze, just anybody's game who is connected. It makes absolutely no sense, and I've never ran into this in my years upon years of scripting.
Reply
#2

GMX is buggy for clients not the server.
Reply
#3

Script your own GMX/restart script, the RCON GMX tends to bug everytime
Reply
#4

What am I supposed to use? Rcon command exit?
Reply
#5

RCON exit is the best option. If you just simply close the server executable your OnGameModeExit doesn't get called (if you have things such as data saving there). I've never trusted GMX myself.
Reply
#6

Quote:
Originally Posted by Jakku
Посмотреть сообщение
RCON exit is the best option. If you just simply close the server executable your OnGameModeExit doesn't get called (if you have things such as data saving there). I've never trusted GMX myself.
Problem is, that instantly kicks the players. Something I don't want. Is there any alternative to this?
Reply
#7

Bump.
Reply
#8

I believe there is a way to workaround this, anyways I am not sure if it will work.

- Ban all players' IPs
- Instantly unban them
- Send "exit" via SendRconCommand.
-> The players should now reconnect back normally - at least this is how it logically works. Give it a try

EDIT: The code I posted earlier doesn't work. Here is a code that seems to work. Make sure your server has an auto-restart feature to bring it back up after shutting it down
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)