View Single Post
  #11  
Old 12-21-2011, 02:47 AM
sssssssssss sssssssssss is offline
Cyril Rain
sssssssssss's Avatar
Join Date: May 2003
Location: Texas, USA
Posts: 1,134
sssssssssss will become famous soon enough
I know I'm not getting it, but here's what I got that doesn't work.

Ive simply tried
PHP Code:
player.chat sendText"lister""checkinguild", {findplayer(params[1]),findplayer(params[1]).guild} ); 
in a function im already using serverside, and it just puts "0".

I also tried in that same function putting
PHP Code:
sendText"lister""checkinguild", {findplayer(params[1]),findplayer(params[1]).guild} ); 
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.
__________________
Cyril Rain
Creator and leader of SLX
Admin of Elysium
Elysium's Facebook Page: http://facebook.com/GraalOnlineElysium
Graal Forum Thread: http://forums.graalonline.com...
Graalians Thread: http://www.graalians.com...


Reply With Quote