Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Clan Tags
« previous
next »
Print
Pages: [
1
]
Author
Topic: Clan Tags (Read 561 times)
gpushee
May 05, 2009, 08:01:42 PM
Is there a way to find what the player's clan tags are? I can't seem to find the code for it.
I've tried
Code:
[Select]
$Pref::Player::ClanPrefix;
%client.clanprefix;
%client.prefix;
%client.clan
I know how to find the player name, ID, etc. I just don't know how to find prefix and suffix tags
Ad Bot
Advertisement
gpushee
May 05, 2009, 10:56:53 PM
Nevermind, I found my problem... I was using a script I had already made, which I saw on someone's server but couldn't find it on the forums, and forgot to change the ifJob to ifClanPrefix...
and it's
Code:
[Select]
%client.clanprefix
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
Clan Tags