Ok...but Pecon7 knows this, and I saw the user Kalim have an add-on to the beginning of his name. THAT is what I need.
oh, so you mean clantags?
if thats what you mean its pretty simple.
registerOutputEvent(GameConnection, setClanPrefix "string 1 20", 1);
registerOutputEvent(GameConnection, setClanSuffix "string 1 20", 1);
GameConnection::setClanPrefix(%this, %str){
%this.clanPrefix = %str SPC "";
}
GameConnection::setClanSuffix(%this, %str){
%this.clanSuffix = %str SPC "";
}
i havent worked with events for a while but im pretty sure this is the correct syntax
package this in a server.cs blah blah
then in the events window it should be onActivate - Client - setClan(suffix or prefix) - "lol"
if you want colors, you can do something like "<color:666666> lol" or "\\c4 lol"