How to make a textdraw bar?
#10

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:
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);
        }
    }
}
I tried posting in that thread, but noone seems to reply me in whole day
Reply


Messages In This Thread
How to make a textdraw bar? - by 0ne - 26.10.2010, 11:26
Re: How to make a textdraw bar? - by iJumbo - 26.10.2010, 11:35
Re: How to make a textdraw bar? - by Slice - 26.10.2010, 11:35
Re: How to make a textdraw bar? - by 0ne - 26.10.2010, 11:39
Re: How to make a textdraw bar? - by Slice - 26.10.2010, 13:46
Re: How to make a textdraw bar? - by 0ne - 26.10.2010, 14:07
Re: How to make a textdraw bar? - by iJumbo - 26.10.2010, 14:16
Re: How to make a textdraw bar? - by 0ne - 26.10.2010, 14:18
Re: How to make a textdraw bar? - by 0ne - 26.10.2010, 18:10
Re: How to make a textdraw bar? - by 0ne - 27.10.2010, 16:26
Re: How to make a textdraw bar? - by MadeMan - 27.10.2010, 17:23
Re: How to make a textdraw bar? - by 0ne - 28.10.2010, 07:54
Re: How to make a textdraw bar? - by 0ne - 29.10.2010, 12:18
Re: How to make a textdraw bar? - by 0ne - 31.10.2010, 12:58
AW: How to make a textdraw bar? - by Arrows73 - 31.10.2010, 13:05
Re: How to make a textdraw bar? - by 0ne - 31.10.2010, 13:43
Re: How to make a textdraw bar? - by 0ne - 07.11.2010, 17:04
Re: How to make a textdraw bar? - by rbN. - 07.11.2010, 17:59

Forum Jump:


Users browsing this thread: 2 Guest(s)