View Single Post
  #1  
Old 09-06-2007, 02:41 AM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
if (GangTagSystem != Working) { //what do I do? }

Name says it all. The script is here:

PHP Code:
function onActionServerSide() {
  
with(findplayer(params[0])) {
    if (
player.guild != clientr.gang) {
      
player.nick player.nick" *" @clientr.gangrank"* (" @clientr.gang")";
    }
  }
}

//#CLIENTSIDE
function onPlayerChats() {
  if (
player.chat == "/gang tag") {
    if (
strlen(#s(clientr.gang > 0))) {
      
triggerserver("weapon"this.nameplayer.account);
    }
  }

How can I get it working? It just sits there and does nothing. And yes, I DO have it (wep) in my attributes.

Also, if anything is in GS1, if you can can you please convert it to GS2?
__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
Reply With Quote