SA-MP Forums Archive
progressbar doesn't creates - 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 doesn't creates (/showthread.php?tid=582955)



progressbar doesn't creates - rOps - 24.07.2015

Hi all, firstly sorry for my bad english.

I want to show progrres bar for player, but it not works, I'm using the last version of this include.

Code:
Код HTML:
new Bar: HungryBar[MAX_PLAYERS] = {INVALID_BAR_ID, ...};


// under OnPlayerSpawn:

HungryBar[playerid] = CreateProgressBar(499.00, 128.00, 106.50, 6.19, -1073789185, 100.0);
						
ShowProgressBarForPlayer(playerid, HungryBar[playerid]);
SetProgressBarValue 	(HungryBar[playerid], PlayerInfo[playerid][Alkis]);
UpdateProgressBar	(HungryBar[playerid], playerid);
I don't have any error's.


Re: progressbar doesn't creates - liquor - 24.07.2015

https://sampforum.blast.hk/showthread.php?tid=537468


Re: progressbar doesn't creates - rOps - 24.07.2015

Same sh*t...


Re: progressbar doesn't creates - liquor - 24.07.2015

Nope, actually updated and much better documentation, so that you can get all the answers right there.


Re: progressbar doesn't creates - rOps - 24.07.2015

Quote:
Originally Posted by liquor
Посмотреть сообщение
Nope, actually updated and much better documentation, so that you can get all the answers right there.
I mean I tried this, but still don't working.


Re: progressbar doesn't creates - rOps - 25.07.2015

up up up