You probably don't need this, but just because, i'll make a servercmd to check for a player's clan tags.
function serverCmdGetTags(%client,%targetname)
{
%target=findclientbyname(%targetname);
messageclient(%client,'',"\c6The clan tags for" SPC %player.name SPC "are \c3" @ %target.clanprefix SPC "\c6and \c3" @%target.clansuffix"\c6."); //I can use %target.clanprefix/suffix, right?
}
It's not tested and i mainly made this, because i have been a bit code-deprived lately because of school. I do have a few questions though. How again should i use isObject to check if player exists.