05.07.2013, 20:55
Hi, I did a little ProgressBar to put on my server, I put everything in the GM in place and all well done, but when I enter the server the bar doesnґt show up.
I have a ProgressBar to appear within the "OnPlayerConnect". I am not using Includes PrgressBar.
I have the same script in another gamemode and it workґs correctly.
I alredy tried to put the "CreateProgressBar" in "OnPlayerConnect" but doesnґt show up.
I have a ProgressBar to appear within the "OnPlayerConnect". I am not using Includes PrgressBar.
I have the same script in another gamemode and it workґs correctly.
I alredy tried to put the "CreateProgressBar" in "OnPlayerConnect" but doesnґt show up.
Код:
//Variable: new Bar:TestBar[MAX_PLAYERS]; //OnGameModeInit: TestBar[i] = CreateProgressBar(488.00, 404.00, 145.50, 9.19, 16711776, 100.0); //OnPlayerConnect: SetProgressBarValue(TestBar[playerid],50.0); ShowProgressBarForPlayer(playerid,TestBar[playerid]);

