24.08.2016, 00:42
PHP код:
PlayerBar:CreatePlayerProgressBar(playerid, Float:x, Float:y, Float:width = 55.5, Float:height = 3.2, colour, Float:max = 100.0, direction = BAR_DIRECTION_RIGHT);
//Creates a progress bar for a player.
PHP код:
DestroyPlayerProgressBar(playerid, PlayerBar:barid);
//Destroys a player's progress bar.
ShowPlayerProgressBar(playerid, PlayerBar:barid);
//Shows a player's progress bar to them.
HidePlayerProgressBar(playerid, PlayerBar:barid);
//Hides a player's progress bar from them.

