Quote:
Originally Posted by Oylsister
Is this possible for to make countdown timer on this HUD?
|
yes, if you can override these variables:
PHP Code:
m_bShouldSetWinPanelExtraData = true;
m_fSetWinPanelExtraDataTime = gpGlobals->curtime + 1.0f;
from csgo code.
__________________