27.10.2010, 16:26
Anyone? I've tried using the progress bar creator, but the problem is that the bar stays full doesn't show correct progress and doesn't update when i gain exp
code:
I tried posting in that thread, but noone seems to reply me in whole day
code:
pawn Код:
public ProgressBar()
{
ForEach(x,MAX_PLAYERS)
{
if(ExpBar[x] != INVALID_BAR_ID)
{
SetProgressBarValue(ExpBar[x], LevelExp[dUserINT(pName(x)).("Level")]);
UpdateProgressBar(ExpBar[x], x);
}
}
}