hi there i have this function and i want that when match start a hudmessage appear in the center top that say Match Live:
PHP Code:
public lo3_start()
{
exec_pug_config("yap-lo3.cfg")
set_task(get_pcvar_float(pug_cvar_lo3_delay), "lo3_end")
hud_message
}
public lo3_end()
{
hud_message
continue_gen_forward(forward_id)
}
public hud_message()
{
set_hudmessage(0, 255, 0, 0.45, 0.15, 0, 0.0,360.0, 0.0, 0.0, 0)
show_hudmessage(0, "-- Macth is Live --")
}
hi there i have this 3 functions i want my hudmessage stay for all lo3_Start and some more seconds
in hud funct i set him 360 seconds but still seeing the message for like 1 or 2 segs why ? HELP PLEASE!
Here ceases the code without amendments: