Help with include.
#2

PHP код:
PlayerBar:CreatePlayerProgressBar(playeridFloat:xFloat:yFloat:width 55.5Float:height 3.2colourFloat:max 100.0direction BAR_DIRECTION_RIGHT);
//Creates a progress bar for a player. 
If you want it for 5 seconds only you could create a function that has a timer of 5 seconds and show the progress bar, then once those 5 seconds are over hide the progress bar.

PHP код:
DestroyPlayerProgressBar(playeridPlayerBar:barid);
//Destroys a player's progress bar.
ShowPlayerProgressBar(playeridPlayerBar:barid);
//Shows a player's progress bar to them.
HidePlayerProgressBar(playeridPlayerBar:barid);
//Hides a player's progress bar from them. 
Reply


Messages In This Thread
Help with include. - by DeeadPool - 23.08.2016, 17:23
Re: Help with include. - by Tass007 - 24.08.2016, 00:42
Re: Help with include. - by Kwarde - 24.08.2016, 01:37
Re: Help with include. - by DeeadPool - 24.08.2016, 04:04
Re: Help with include. - by SickAttack - 24.08.2016, 06:28
Re: Help with include. - by DeeadPool - 24.08.2016, 06:51
Re: Help with include. - by SickAttack - 24.08.2016, 06:58
Re: Help with include. - by DeeadPool - 24.08.2016, 07:56
Re: Help with include. - by Gammix - 24.08.2016, 12:43
Re: Help with include. - by DeeadPool - 24.08.2016, 14:40

Forum Jump:


Users browsing this thread: 1 Guest(s)