Quote:
Originally Posted by Crow
You dont have to do the findPlayer() stuff. Something like this will work:
PHP Code:
for (temp.pl: allplayers) { pl.addWeapon("xyz"); pl.hearts = 5; pl.client.foo = bar; }
|
Doesn't change anything though. I figured since it...you know, returned a string, that it wasn't an object.
Also, that DOESN'T work.