Hi i have done one HUD msg...
but it dont show me it..
PHP Code:
public hud_msg() {
new saopshe[62]
format(saopshe,61,"- My Message -")
set_hudmessage(255,0, 0, -1.0, 0.8, 2, 0.5, 8.0, 0.2, 1.0, 1);
show_hudmessage(0, "%s", saopshe);
}
public setMessage() {
new Float:freq_im = get_pcvar_float(msg_freq);
if (freq_im > 0.0)
{
set_task(freq_im, "hud_msg");
}
return PLUGIN_HANDLED
}
what i do false?