Quote:
Originally Posted by Yen
findPlayer(this.target[1]).client.tradereq = player.id;
|
Didnt work.
Quote:
Originally Posted by Skyld
Normally also it is best to specify the object you are working with, i.e.
PHP Code:
with (findPlayer("Skyld"))
{
player.clientr.foo = "bar";
}
|
Didnt work.
I keep saying it, theres something wrong with the server.