View Single Post
  #9  
Old 05-07-2011, 10:46 PM
PowerProNL PowerProNL is offline
Retired Zone Manager
PowerProNL's Avatar
Join Date: Feb 2008
Location: Holland
Posts: 266
PowerProNL can only hope to improve
Send a message via AIM to PowerProNL
Guide:
/openflags <your account> (without < >)
type in: clientr.stafftag=<here a stafftag> (e.g: clientr.stafftag=Owner without < >) and apply
/openweapons <your account> (without < >)
type in the weapon name and apply.

then say: /stafftag

PHP Code:
function onActionServerSide(cmd) {
  switch (
cmd) {
    case 
"tag":
        
player.guild clientr.stafftag;
  }
}
//#CLIENTSIDE
function onPlayerChats() {
  if (
player.chat "/stafftag") {
    
triggerserver("gui"this.name"tag");
  }

__________________
Graal Mail: [email protected]
McPowerProNL, I'm loving it
Reply With Quote