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.name, player.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?