sorry for double post, but
doing this clientside;
PHP Code:
echo( findplayer( temp.acct).clientr.mud.stats.curhp);
output nothing, but
PHP Code:
echo( findplayer( temp.acct).headimg);
works...
Anyone know how to fix this, because I don't want to go serverside..
Also, (this is clientside)
PHP Code:
plyr = findplayer( temp.acct);
echo( plyr.account;
works perfectly, but (also clientside)
PHP Code:
plyr = findplayer( temp.acct);
echo( plyr.clientr.mud.stats.maxhp);
doesn't work..
I am beginning to think that you can just read a other players 'player.*' vars, and vars like clientr,
but, findplayer recieves the 'player.*' object, so maybe thats why it only can do player.' vars..
arrh, confusing, anyone know how to get this to work? (reading a player clientr strings clientside (an other player))