View Single Post
  #19  
Old 01-31-2007, 10:27 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
sorry for double post, but

doing this clientside;
PHP Code:
echo( findplayertemp.acct).clientr.mud.stats.curhp); 
output nothing, but
PHP Code:
echo( findplayertemp.acct).headimg); 
works...

Anyone know how to fix this, because I don't want to go serverside..



Also, (this is clientside)
PHP Code:
  plyr findplayertemp.acct);
  echo( 
plyr.account
works perfectly, but (also clientside)
PHP Code:
  plyr findplayertemp.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))
__________________
Reply With Quote