24.07.2015, 14:11
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:
I don't have any error's.
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);