Progress bar problem
#1

Hi all, i'm hoping that the third time is the charm...

Well, the problem is that when i create the forth progress bar, the server shows Number of vehicle models 0 and the objects don't show, but the commands and other things work. Any ideas ?
Reply
#2

You can show us some code? Like meybe just the textdraw part you used for the progress bar.
Reply
#3

pawn Code:
// On the top
new Bar:Alkanumas[MAX_PLAYERS];

// OnGameModeInit
Alkanumas[playerid] = CreateProgressBar(409.000000, 432.000000, 52.0, 12.0,0xB6CE0B55, 100.0);


CMD:

ShowProgressBarForPlayer(playerid, Alkanumas[playerid]);
HideProgressBarForPlayer(playerid, Alkanumas[playerid]);

public function with a timer:

SetProgressBarValue(Alkanumas[playerid], Alkis[playerid]);
UpdateProgressBar(Alkanumas[playerid], playerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)