View Single Post
  #5  
Old 05-12-2013, 10:09 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
You can:

PHP Code:
function unstickOfflinePlayer(acc) {
  
temp.pl      findplayer(acc);
  
temp.offline temp.pl == NULL;
  
temp.pl      temp.offline ? new TServerPlayer(@acc) : temp.pl;
  if (
temp.offline) {
    
temp.pl.levelname "onlinestartlocal.nw";
    
temp.pl.30;
    
temp.pl.30;
    
temp.pl.saveaccount();
    
temp.pl.destroy();
  } else {
    
temp.pl.setlevel2("onlinestartlocal.nw"3030);
  }

Just way easier and more reliable to do it when they login though.
__________________
Quote:
Reply With Quote