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