Thread: [Solved] RGB color of /r (menus)
View Single Post
thEsp
BANNED
Join Date: Aug 2017
Old 09-16-2019 , 14:20   Re: RGB color of /r (menus)
Reply With Quote #7

Quote:
Originally Posted by OciXCrom View Post
https://github.com/ValveSoftware/hal...l_dll/menu.cpp

PHP Code:
case 'w':
    
menu_r 255;
    
menu_g 255;
    
menu_b 255;
    break;

case 
'd':
    
menu_r 100;
    
menu_g 100;
    
menu_b 100;
    break;

case 
'y':
    
menu_r 255;
    
menu_g 210;
    
menu_b 64;
    break;

case 
'r':
    
menu_r 210;
    
menu_g 24;
    
menu_b 0;
    break; 
Dear Valve, why did you have to hardcode this?
How does it look hard-coded?
thEsp is offline