Thread: loadPlayer()
View Single Post
  #8  
Old 08-24-2009, 03:51 PM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Stefan View Post
You can load offline players but not modify / save yet:
PHP Code:
temp.pl = new TServerPlayer("cbk1994");
echo(
"check: " temp.pl.nick);
temp.pl.destroy(); 
Just wondering, do you have to explicitly destroy it?
Reply With Quote