Author Topic: Sqlite stuff  (Read 476 times)

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?
« Last Edit: March 17, 2011, 06:23:50 PM by Placid »

  • 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.

  • 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.
Alright, thank you.
And yes, I know to parent + package.