View Single Post
  #4  
Old 12-08-2006, 03:18 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
Quote:
Originally Posted by Chompy View Post
PHP Code:
function onCreated()
  echo( 
player.clientr.mud_maxhp); 
or
PHP Code:
function onCreated()
  echo( 
clientr.mud_maxhp); 
Is it safe to assume you did these clientside?

I've come to use
PHP Code:
function onCreated()
{
  
temp.findplayer("Twinny");
  
temp.e.clientr.hp temp.e.clientr.maxhp;
  echo(
temp.e.clientr.mudregion);

Reply With Quote