Progress Bar - Hunger Bar - 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: Progress Bar - Hunger Bar (
/showthread.php?tid=315803)
Progress Bar - Hunger Bar -
fabriziobondi - 04.02.2012
I need your help to implement a progress bar for hunger.
The code of progress bar is:
PHP код:
new Bar:fame = CreateProgressBar(549.00, 59.00, 55.50, 2.50, -1444744193, 100.0);
The elements that call the hunger is:
PHP код:
Float: pFame;
playerVariables[playerid][pFame];
Can u help me? Thank's for all.