Blockland Forums > Modification Help
Sqlite stuff
Pages: (1/1)
Placid:
1.) How would I go about deleting a file in my Blockland folder? I'm not trying to delete other people's files, mind. I have the endless problem that seems unfixable (tried everything that people have suggested) about Sqlite Errors, and the only thing that works is deleting my cache.db file, but i have to re-do it every few servers.
2.) Is there a (clientside) function that detects when you leave a game?
Iban:
* fileDelete("path");
* Multiple interpretations of this.
* Server-Side Leaving Server: GameConnection::onClientLeaveGame(%client)
* Client-Side Leaving Server: disconnectedCleanup()
* Client-Side Exiting Game: onExit()
Please Package and Parent:: all of the aforementioned functions.
Placid:
--- Quote from: Iban on March 17, 2011, 06:32:51 PM ---
* fileDelete("path");
* Multiple interpretations of this.
* Server-Side Leaving Server: GameConnection::onClientLeaveGame(%client)
* Client-Side Leaving Server: disconnectedCleanup()
* Client-Side Exiting Game: onExit()
Please Package and Parent:: all of the aforementioned functions.
--- End quote ---
Alright, thank you.
And yes, I know to parent + package.
Pages: (1/1)