I Fix your Problem
Delet You Public public ShowHud(task)
And Past This ( Fixed )
PHP Code:
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,"[Grade : ]^n[XP : ]^n[Level : ^4^3]^n[Points : %i]", gKillerPoints[ id ] )
set_task( 0.1, "ShowHud", TASK_SHOW_HUD + id );
}
__________________