24.05.2016, 01:09
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
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