1. Does anyone know the color codes they use in rust. Both the blueish prefix and white/grayish chat?

    Thanks
    [DOUBLEPOST=1424244037][/DOUBLEPOST]nvm. solution found
     
  2. can you quickly post them? also need em :)
     
  3. Code:
    string str1 = "#5af";
    if (basePlayer.IsAdmin())
    {
        str1 = "#af5";
    }
    if (DeveloperList.IsDeveloper(basePlayer))
    {
        str1 = "#fa5";
    }
     
  4. thanks a lot :)

    EDIT:

    you also got the default chat color for me?
     
  5. Wulf

    Wulf Community Admin

    The code that was at the top of what Domestos pasted was the default color for regular players. The default chat color is white.
     
  6. Which file contains the Admin Chat color please?
     
  7. AssemblyCSharp.dll