|
Author
|
Message
|
|
Junior Member
|

01-07-2022
, 16:36
Cs 1.6 hud prep_time
|
#1
|
Hi I have a problem with hud prep_time displays for a second and disappears
How to fix?
g_boolCanBuild = false
g_boolPrepTime = true
g_iCountDown = g_iPrepTime+1
set_task(1.0, "task_PrepTime", TASK_PREPTIME,_, _, "a", g_iCountDown);
set_dhudmessage(255, 205, 80, -1.0, 0.25, 0, 6.0, 0.001, 0.1, 1.0, false);
show_dhudmessage(0, " %L : 0:%s%d ", LANG_SERVER, "PREP_TIMER", (g_iCountDown < 10 ? "0" : ""), g_iCountDown);
|
|
|
|