progressbar doesnt update
#1

Код:
new progress = RandomEx(1, 5);
	apProgress[playerid] += progress;
    SetProgressBarValue(apBar[playerid], apProgress[playerid]);
    UpdateProgressBar(apBar[playerid], apProgress[playerid]);
Reply
#2

any ideas ?
Reply
#3

Show CreateProgessBar.
Reply
#4

apBar[playerid] = CreateProgressBar(206.00, 405.00, 246.50, 3.20, 3446015, 100.0);
Reply
#5

Ok, try it and show result.
Код:
new progress = RandomEx(1, 5);
	apProgress[playerid] += progress;
printf("%d",apProgess[playerid]);
    SetProgressBarValue(apBar[playerid], apProgress[playerid]);
    UpdateProgressBar(apBar[playerid], apProgress[playerid]);
Reply
#6

fixed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)