Progressbar help! - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Progressbar help! (
/showthread.php?tid=607793)
Progressbar help! -
parames3010 - 24.05.2016
i don't know how to change MaxValue to my value
problem screen shot
It should be
Code:
new nxtlevel = PlayerInfo[playerid][pLevel]+1;
new levelexp = 2;
new
expamount = nxtlevel*levelexp;
(it = 6)
CreateProgressBar(x, y, width, height, 0x33AA33AA,
expamount);
i use Progress Bar 1.3.1.0 inc credit Toribio
anyone who know how to fix this? please help thank you