View Single Post
  #2  
Old 05-18-2010, 09:20 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
I believe that only gets sent to the Control-NPC, you'll have to use onPlayerLogin instead.

That's also pretty backwards, since you are supposed to set clientr flags on the server-side.

PHP Code:
function onPlayerLogin(plyr) {
  
with (plyr) {  
    
clientr.guild player.guild;
  }

Should suffice.
__________________
Quote:
Reply With Quote