Would this be the right way to use it:
chatmessageclient(%lient,%client,'','',"\c7" @ %client.clanprefix @ "\c3" @ %client.name @ "\c7" @ %client.clansuffix @ "\c6: " @ %message,%client.clanprefix,%client.name,%client.clansuffix,%message,'','','','','','');
chatmessageclient(<person to send to>,<blank>,<blank>,<Message in it's entirity, with color codes and all>,<chatters clan prefix>,<chatters name>,<chatters clan suffix>,<message that comes after the name+tags>,<6 blank feilds>);
Would this break any client side scripts if say, I sent chat messages like that? (as opposed to just doing messageclient(<person to send to>,'',<entire chat message>);)
It's for a mod that let's you add some extra effects to chat, basically, not like colors though, that wouldn't require this.