Hello, i have XP mod:
And i need help with it.
I want to see, how many XP do i need to LVL.
Just like: [XP: 99999/100000]
Here is a part of code, to show HUD.
PHP Code:
public ShowHud(id)
{
new szText[555 char]
{
formatex(szText, sizeof(szText) -1, "[%s]^n[XP : %i]^n[Buy XP = /buyxp]", Prefix[Level[id]], eXP[id])
}
set_hudmessage(168, 226, 18, 0.01, 0.20, 0, 5.0, 10.0, 5.0, _, 1)
show_hudmessage(id, szText)
}
__________________