View Single Post
  #12  
Old 12-21-2011, 02:54 AM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by sssssssssss View Post
then serverside I put
PHP Code:
function onReceiveTexttemp.texttypetemp.textoptiontemp.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.
Reply With Quote