11 Jan 13, 02:56AM
How do I change color of nickname and add clan name to beginning of my nickname through script? I tried searching for the nickname variable, but I don't have a clue as to what it is, thanks.
nickname help
|
11 Jan 13, 02:56AM
How do I change color of nickname and add clan name to beginning of my nickname through script? I tried searching for the nickname variable, but I don't have a clue as to what it is, thanks.
\fxYOURNAME (x = a number between 0 and 7?) i don't remember the colours
11 Jan 13, 12:43PM
\f0 = green
\f1 = blue \f2 = yellow \f3 = red \f4 = gray \f5 = white \f6 = dark brown \f7 = dark red \f8 = magenta \f9 = orange
11 Jan 13, 02:19PM
another way of claiming admin that a lot of people dont know about is to simply put \f3 in front of your name
no need to thank me
[cubescript]clanTag = "CLAN_TAG_HERE"
addTag = [ if (! (strstr $curname $clanTag)) [ name (concatword $clanTag $curname) ] ][/cubescript] Just fill in "CLAN_TAG_HERE" and execute /addTag whenever you want. "curname" is also the variable you're looking for. AFAIK, colors still don't show up in nicknames even if you try injecting them via script. (for good reason too) However, you can change what color your name shows up as on the console when a player mentions you via the in-game chat by setting the HIGHLIGHT alias, which is handy. Example: [cubescript]HIGHLIGHT = "\f2"[/cubescript] Your name should show up in yellow on the in-game chat from now on: With "\f8":
11 Jan 13, 06:14PM
Colors get filtered out of names and chat.
20 Jan 13, 09:01PM
How do I add colors to my clan tag? I tried doing this:
"\f3" + "[CLAN]" but it just adds \f3[CLAN] to my name in game.
20 Jan 13, 09:38PM
Why aren't there colours in AC for nicknames in the scoreboard etc.?
20 Jan 13, 09:49PM
I find this squence funny:
(11 Jan 13, 06:14PM)Ronald_Reagan Wrote: Colors get filtered out of names and chat. (20 Jan 13, 09:01PM)hamid1455 Wrote: How do I add colors to my clan tag? I tried doing this: By "colors get filtered" I meant it is impossible.
20 Jan 13, 10:20PM
But I've seen people in game who have their names in the chat with different colors. When they post a message in chat, their nickname has a clan tag that has different colors.
20 Jan 13, 11:03PM
(This post was last modified: 20 Jan 13, 11:04PM by Ronald_Reagan.)
They evidently have a modified server.
Admins will appear red on the scoreboard as well. |
« Next Oldest | Next Newest »
|