View Single Post
  #1  
Old 09-11-2009, 10:02 PM
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
Something Easy probably

PHP Code:
//#CLIENTSIDE
function onPlayerTouchsMe(){
  
this.checkregistry = (@ "serverr.registeredguilds" player.guild);
  if (
player.account in this.checkregistry){
    
this.chat "YO";
  }

i have certain guilds registered as
registeredguildsGUILDNAME

need to be able to check that array for each person that has on the tag and touches this, to see if they are in the guild that is registered. Im misisng something easy. I would rather use a temp. than a this. as it will change very often. Got it to show up on a this.chat only with it as a this.checkregistry though, wouldnt work in a temp.checkregistry
__________________
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