Author Topic: Clan Tags  (Read 755 times)

Does the
findClientByName("%client.name").player.client.clanPrefix = "";
and
findClientByName("%client.name").player.client.clanSuffix = "";
work? Because I made a script and want it to change your clan tags... I think it is possible because I've seen people do it in V11...

I'm not sure if you can change clantags like that, it depends if badspot cut it off like he did for names.

All you need is:

%client.clanPrefix="";
%client.clanSuffix="";

All you need is:

%client.clanPrefix="";
%client.clanSuffix="";
OMG THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU THANK YOU  SO SO MUCH!!! Guess who is happy? ahaha me!!! Thanks your awesome!!

All you need is:

%client.clanPrefix="";
%client.clanSuffix="";

I tried it once but it still only allows 4-letter words...

findClientByName("%client.name").player.client.clanPrefix = "";
I never knew you could spam in code. I was wrong.

I tried it once but it still only allows 4-letter words...

I'm gonna go ahead and guess that this is because clan tags can only be 4 letters each.

Works fine for me. I frequently set my brother's clan tag when he joins my server on a LAN network to distinguish us to strings longer than four letters. ("\c3's Brother" so it shows as "Space Guy's Brother: blah")

Works fine for me. I frequently set my brother's clan tag when he joins my server on a LAN network to distinguish us to strings longer than four letters. ("\c3's Brother" so it shows as "Space Guy's Brother: blah")
Nice idea. LOL. Yah, my entire script works just fine now.

I never knew you could spam in code. I was wrong.
Lol, hycynthCIA told me to do that.