I didn't know about the HP/MAXHP, however still doesn't work
Quote:
Originally Posted by Crow
PHP Code:
temp.pl = findPlayer("xAndrewx");
temp.ap = temp.pl.ap;
temp.pl.ap = 50;
temp.pl.hp = 5; // yes, hp is valid, and so is maxhp
temp.pl.ap = temp.ap;
|
I'm using it as a public player class function