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.