Oh i'm sorry Fysiks i thought it was standard to post the full sma.
Line 505
PHP Code:
/* HUD PERMANENT INFO */
public ShowHud(task)
{
new id = task - TASK_SHOW_HUD
if(!is_user_alive(id))
return;
set_hudmessage(0, 255, 0, 0.02, 0.33, 0, 0.0, 0.3, 0.0, 0.0)
ShowSyncHudMsg (id, g_msgHudSync,"[You Are %s]^n[XP : %i / %i ]", Prefix[Level[id]], eXP[id], Levels[id])
set_task(0.1, "ShowHud", TASK_SHOW_HUD + id)
}
PHP Code:
ShowSyncHudMsg (id, g_msgHudSync,"[You Are %s]^n[XP : %i / %i ]", Prefix[Level[id]], eXP[id],
Yes xxxperts, you are right.
__________________