Advanced Search

Author Topic: Player name color change commands not working  (Read 1340 times)

0 Members and 1 Guest are viewing this topic.

February 04, 2018, 06:22:08 PM
Read 1340 times

Matt

  • Guest
Player name color change commands not working
« on: February 04, 2018, 06:22:08 PM »
For whatever reason, no matter what I type into the command prompt, I cannot seem to get the game to change my player name's color. I've tried every combination of commands I've seen; \cXname, \\cXname, \c[X]name and \\c[X]name. The heck am I doing wrong?

February 04, 2018, 08:24:32 PM
Reply #1

Offline Korby

  • Global Moderator

  • Benvenuto nella room italiana!
  • **************
  • Date Registered: March 04, 2010, 03:36:02 AM

    • View Profile
    • Korby Games
Re: Player name color change commands not working
« Reply #1 on: February 04, 2018, 08:24:32 PM »
don't use capital letters in any step of the process
if you're using the console you have to use three backslashes.
Code: [Select]
name \\\cghorse
if you're setting up an alias or a bind to change your name, it has to be formatted similar to this
Code: [Select]
alias horsename "name \"\\\\cghorse\""
Code: [Select]
bind f "name \"\\\\cghorse\""

all of these would set your name to horse

February 05, 2018, 02:43:12 PM
Reply #2

Matt

  • Guest
Re: Player name color change commands not working
« Reply #2 on: February 05, 2018, 02:43:12 PM »
Thank worked, thank you!