Author Topic: Clan Tag Hider  (Read 949 times)

something that toggles seeing clan tags on and off, because they're annoying.

seems simple enough.

(client sided, not server sided)
« Last Edit: August 14, 2010, 03:56:55 PM by SpreadsPlague »



It's already made
http://forum.blockland.us/index.php?topic=91686.0

<3

locking


is that clientsided? the comments make it seem serversided..
« Last Edit: August 14, 2010, 03:54:42 PM by SpreadsPlague »

Wow it is taking you long to do so.

<3

locking


is that clientsided? the comments make it seem serversided..
It's not cliensided

There goes my love :(

oh. I'll elaborate more in the OP then.






bump because I still need this and am too incompetent to make it myself

just use one made
closest youll get

Code: [Select]
package blockClanTags {
function clientCmdChatMessage(%client,%n2,%n3,%amsg,%prefix,%name,%suffix,%msg) {
Parent::clientCmdChatMessage(%client,%n2,%n3,%amsg,"",%name,"",%msg);
}
};
activatepackage(blockClanTags);