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!

Menu Color

Discussion in 'Development' started by Downey Detergent, Mar 7, 2015.

  1. Downey Detergent

    Downey Detergent hi Clockwork Customer

    [​IMG]

    How would I change the color of the menu. I saw this on a server and have no clue how! Thanks!
     
  2. duck

    duck Phant0m Legend

    Clientside
    Code:
    Clockwork.option:SetColor( "information", Color(255, 255, 255) );
    Clockwork.option:SetColor( "background", Color(255, 255, 255) );
    Clockwork.option:SetColor( "target_id", Color(255, 255, 255) );
     
  3. Downey Detergent

    Downey Detergent hi Clockwork Customer

    This may seem dumb, but what do each of the things do.

    i.e Background, information and target_id?
     
  4. duck

    duck Phant0m Legend

    Different elements are labeled as different things depending on what they do. The best way is to just see for yourself. Set the 3 of them to red, green, and blue, then go in game and you'll see.
     

Previous Readers (Total: 0)