Raised This Month: $51 Target: $400
 12% 

Hud color for countdown


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
amirwolf
Senior Member
Join Date: Feb 2019
Location: Iran
Old 11-24-2021 , 06:34   Hud color for countdown
Reply With Quote #1

Hi
I use this method to change the color of the hood for CountDown
Can anyone offer a more efficient method?
PHP Code:
public task_CountDown()
{
    
g_iCountDown--
    new 
mins g_iCountDown/60secs g_iCountDown%60
    
if (g_iCountDown>=0)
    {
        switch(
g_iCountDown)                   
        {
            case 
0..10:
            {
                
set_dhudmessage(25500, -1.00.0601.00.80.40.1);
            }
            case 
11..30:
            {
                
set_dhudmessage(2552550, -1.00.0601.00.80.40.1);
            }
            default:
            {
                
set_dhudmessage(0255255, -1.00.0601.00.80.40.1);
            }
        }
        
show_dhudmessage(0"| %L : %d:%02d |"LANG_SERVER"BUILD_TIMER"minssecs);
    }

__________________

Last edited by amirwolf; 11-24-2021 at 14:43.
amirwolf is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:53.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode