HUD Countdown Timer
Hi.
Is there any tutorial where is shown how to make a simple HUD countdown (with set_hudmessage and ShowSyncHudMsg)? I'd like to make a simple countdown timer and when it reaches 0 some function is called. The only possible way I can think of is with set_tasks which, I believe, is a bad way how to make such timer. |
Re: HUD Countdown Timer
Look at my WarmUP Mod
|
Re: HUD Countdown Timer
I don't think using task is a bad method for a countdown.... maybe is a bad method for a timer, yes but not for a simple countdown, i think.
|
Re: HUD Countdown Timer
You could take a look at the Base Builder mod as well. He has a countdown on that.
|
Re: HUD Countdown Timer
|
Re: HUD Countdown Timer
Thanks everyone. It seems that wrecked_ posted a more efficient method of this HUD countdown timer. Unfortunately I have already coded that timer using the way that is used in WarmUP mod.
Anyways, problem solved :) |
Re: HUD Countdown Timer
But:
Code:
Code:
Code:
Are not the same things? Or some methods are more efficient than others? |
| All times are GMT -4. The time now is 14:50. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.