Posts: 73
Threads: 16
Joined: Mar 2009
Reputation:
0
Hey..
the problem that the server losing data when it gets down... all data are get lost..
if there is something may could fix that (OnGameModeint Saving Or Somthing)...
Posts: 1,190
Threads: 196
Joined: Dec 2011
Reputation:
0
use a function to kick all the player and put it on ongamemodeexit. that will make the players getting out and save their info.
this should be in scripting help and not 0.3z rc scripting
Posts: 73
Threads: 16
Joined: Mar 2009
Reputation:
0
NONONONO It doesnt work!
when server is down (no rcon exit or something..)
OnGameModExit doesnt call.
you know..., lags on server...
Posts: 4,878
Threads: 85
Joined: Jun 2007
Reputation:
0
Usually you would create a timer that saves your stuff once in a while, thats the only effective method to minimize dataloss on server crashs.