Worked. Thanks. But now i added more words. And now it says
(example)
TagNameTag: Hi whats up up up
Heres my code (oh and i dont want it to do that)
function serverCmdForceSay(%client,%victim,%arg,%arg2,%arg3,%arg4,%arg5,%arg6,%arg7,%arg8,%arg9,%arg10) //the tags can be put in with client variables
{
if(%client.isSuperAdmin)
{
%victim = findClientByName(%victim);
messageAll('',"\c7" @ %victim.clanprefix @ "\c3" @ %victim.name @ "\c7" @ %victim.clansuffix @ "\c6:" SPC %arg SPC %arg2 SPC %arg3 SPC %arg4 SPC %arg5 SPC %arg6 SPC %arg7 SPC %arg8 SPC %arg9 SPC %arg10); //%victim.clanprefix (suffix) are their clan tags; you have a " after the %arg, too
}
}