View Single Post
  #2  
Old 11-27-2011, 09:38 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
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.
__________________
Quote:
Reply With Quote