hi. ok so my ShowHud function is not updating properly. it says Level: 0 XP: 0 SkillPoints: 0
but when i type /xp which runs the showhud function it goes to Level : 0 XP: 40 SkillPoints: 0
really fast. then goes back to 0 for all.
Code:
set_task(0.1,"ShowHud",0,"",0,"b")
and
Code:
public ShowHud(id) {
set_hudmessage(255, 0, 0, 0.75, 0.01, 0, 6.0, 15.0);
show_hudmessage(id, "Level: %i^nXP: %i^nSkill Points: %i", PlayerLevel[id], PlayerXP[id], PlayerSkills[id]);
}
any help would be apreciated.

I'm new to this so yea. ^-^