View Single Post
  #3  
Old 11-27-2011, 09:40 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Quote:
Originally Posted by fowlplay4 View Post
There's onLevelFileUpdated(filename) which will let you track uploads/deletions but not who was responsible for it.

I.e:

PHP Code:
function onLevelFileUpdated(filename) {
  if (
fileexists("levels/" filename)) {
    echo(
extractfilename(filenameSPC "was updated!");
  } else {
    echo(
extractfilename(filenameSPC "was deleted!");
  }

I don't think it's possible otherwise.
That's interesting. Thank you.
__________________
Reply With Quote