1. Can someone please lend me some help, I know there are chat commands but Im trying to figure out these colors so I can make a nice message when ppl log onto the server. but I cant get the colors to work. Here is what my code looks like

    Code:
            [ChatCommand("help")]
            private void helpCmd(BasePlayer player, string command, string[] args)
            {
                PrintToChat(player, "<color =#ffff00ff>/trr [playername]  - Safe Player Trade</color>");
                PrintToChat(player, "/help  - to get help");
            }


    UHHHH I should prolly get some sleep, I tried it again and it worked. THanks for all the support
     
    Last edited by a moderator: Aug 9, 2015
  2. Have you tried <color=#ffff00ff> without the space. Thats the only thing i see wrong.