View Single Post
  #10  
Old 05-07-2011, 11:14 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
Quote:
Originally Posted by PowerProNL View Post
Script...
PHP Code:
function onActionServerSide(cmd) {
  if (
cmd == "tag") {
    
player.guild clientr.stafftag;
  }
}
//#CLIENTSIDE
function onPlayerChats() {
  if (
player.chat == "/stafftag") {
    
triggerserver("gui"this.name"tag");
  }

__________________
Quote:
Reply With Quote