Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #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
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:55 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.