What happen if i delete this?
#3

Did you create a script with DJson yourself? If so; did you use djson_GameModeExit(); in OnGameModeExit() or OnFilterScriptExit()? You should use this!
Or if you quit your server; do you use the 'exit' command or do you click the console away? You should use the 'exit' command.

If your server isn't running you can just delete those cache files. If your server is running, you shouldn't delete it. Every time you run your server, a cache file is created with a random number (djson-db-cache.{randomnumer}.db). This is needed for DJson to work properly. You cannot delete this file if the server is running (except the old files). If you use djson_GameModeExit() and if you are closing the server with the 'exit' command properly, you should check if there's not a mistake in your script that makes your server crash when exitting. If you didn't do this yet, do it :P. Also, if you use djson_GameModeExit(), the file will be deleted automatically.
Reply


Messages In This Thread
What happen if i delete this? - by PawnOX - 15.09.2014, 21:44
Re: What happen if i delete this? - by Scrillex - 15.09.2014, 21:51
Re: What happen if i delete this? - by Kwarde - 16.09.2014, 04:28
Re: What happen if i delete this? - by PawnOX - 16.09.2014, 13:03
Re: What happen if i delete this? - by Kwarde - 16.09.2014, 14:56

Forum Jump:


Users browsing this thread: 1 Guest(s)