1. This forum is ARCHIVED! Visit the new Cloud Sixteen forums, codename Eden, at https://eden.cloudsixteen.com. These forums will remain archived for a few months before being closed down, so try to encourage plugin developers to begin moving their content across to the new forums.
Dismiss Notice
Hi Guest, you need a Steam account to register and post on these forums. Login with Steam at the top of the forums to get started!
Dismiss Notice
Hi Guest, do you want to buy HL2RP or another Clockwork schema? Visit the Cloud Sixteen Store to get started!

Other Description Color ?

Discussion in 'Development' started by grafikerror, Oct 18, 2017.

  1. grafikerror

    grafikerror Clockwork Customer

    Is there any way to make Colored (Item) description ?
    I did quick search but didnt find any way to do it !
     
    • Like Like x 1
    • Funny Funny x 1
    Last edited: Oct 18, 2017
  2. vexus

    vexus ej rockwell's worst nightmare Staff Member Manager Legend Clockwork Customer

    not that i know of
     
  3. Mixed

    Mixed removed Clockwork Customer

    Code:
    ITEM.description = "<color='FF0000'>your text.</color>"
     
    • Agree Agree x 2
    • Good Coder Good Coder x 1
  4. I find the only thing that ever worked for me was using an RGB value instead of a hex one. This is ripped straight from a weapon item we used in .DUST
    Code:
    <color=0, 204, 255, 255>This weapon utilizes .45 ACP ammunition.</color>
     
  5. Mixed

    Mixed removed Clockwork Customer

    Actually I use the code I posted, and it perfectly work. But the RGB solution also work. @cash wednesday
     

Previous Readers (Total: 0)