ProgressBar Value - 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 Value (
/showthread.php?tid=611123)
ProgressBar Value -
PepsiCola23 - 02.07.2016
I made a progress bar and i want to write with a textdraw it`s value,it`s made in minutes , 0 / 6000 minutes but i want to show the progress on top of the bar in hours ,and without decimals ,it appears 1.25 hours or 1.27 hours ,i want it to update every hours so it only shows 1 / 100 hours , 2/100 ,20 /100 ,18 / 100 etc,without .xx. If i make MinPlayed:60 it has decimals...
How shall i do it ?
ty in advance
Re: ProgressBar Value -
PepsiCola23 - 02.07.2016
SOLVED:
i did it with percentage ( % ) ,
PHP код:
100 * PlayerData[i][ExpTotala) / 6000