Quote:
Originally Posted by sssssssssss
then serverside I put
PHP Code:
function onReceiveText( temp.texttype, temp.textoption, temp.textlines ) { if (texttype == "lister") { if (textoption == "checkinguild") { player.chat = textlines; } } }
and that doesnt do anything at all. I'm sure the params are correct, because I'm already bringing up other player info in that function, that way.
|
There is no player object for the event, you should use echo(textlines); instead to ensure it's working.