ProgressBar doesn't appear on Server
#1

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.


Код:
//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]);
Reply


Messages In This Thread
ProgressBar doesn't appear on Server - by Frederico - 05.07.2013, 20:55
Re: ProgressBar doesn't appear on Server - by Akira297 - 05.07.2013, 20:56
Re: ProgressBar doesn't appear on Server - by XStormiest - 05.07.2013, 21:02
Re: ProgressBar doesn't appear on Server - by ThePhenix - 05.07.2013, 21:02
Re: ProgressBar doesn't appear on Server - by XStormiest - 05.07.2013, 21:04
Re: ProgressBar doesn't appear on Server - by ThePhenix - 05.07.2013, 21:05
Re: ProgressBar doesn't appear on Server - by Frederico - 05.07.2013, 21:06
Re: ProgressBar doesn't appear on Server - by ReVo_ - 05.07.2013, 21:08
Re: ProgressBar doesn't appear on Server - by Frederico - 05.07.2013, 21:10
Re: ProgressBar doesn't appear on Server - by ReVo_ - 05.07.2013, 21:12

Forum Jump:


Users browsing this thread: 1 Guest(s)