Quote:
Originally Posted by Emera
Bump. Are you every going to get around to fixing this Stefan? It's doing my head in.
|
Store the player object before calling sleep.
I.e.
PHP Code:
temp.pl = player;
sleep(5);
echo(temp.pl.account);
This same issue occurs when loading TServerPlayer objects as well.