Hey guys, i'm just wondering if anyone has an idea why this hud message won't show when teh debug under it does show?
Code:
if (PlayerExp[id] >= ExperienceForLevel[PlayerLevel[id]+1])
{
PlayerLevel[id] += 1
set_hudmessage(255, 255, 255, 2.0, 1.0, 1, 6.0, 15.0, 0.1, 0.2, 4)
show_hudmessage(0, "Congratulations on achieving level #%i", PlayerLevel[id])//doesn't show
PlayerMaxFocus[id] = PlayerLevel[id] +10
PlayerFocus[id] = PlayerMaxFocus[id]
//debug
client_print(id, print_console, "Player #%i reached level #%i", id, PlayerLevel[id])//shows
CheckLevel(id)
}
__________________
"What then is truth? Truths are illusions which we have forgotten are illusions - they are metaphors that have become worn out... this (truth) is the duty to lie according to a fixed convention.
-Friedrich Nietzsche