Problema progres bar
#1

Salut, nustiu de ce progres bar-ul arata doar la admini, ma puteti ajuta>
Cod sursa:
Code:
		if(PlayerInfo[playerid][pHUD5] == 1) {
			new expamount;
		    expamount = PlayerInfo[playerid][pLevel]*levelexp;
		    format(GlobalString, sizeof(GlobalString), "Level: %d / RP: %d/%d", PlayerInfo[playerid][pLevel], PlayerInfo[playerid][pExp], expamount);
		    PlayerTextDrawSetString(playerid, HudTD, GlobalString);
			PlayerTextDrawShow(playerid, HudTD);
			SetPlayerProgressBarMaxValue(playerid, HudProgress[playerid], PlayerInfo[playerid][pLevel]*levelexp);
			SetPlayerProgressBarValue(playerid, HudProgress[playerid], PlayerInfo[playerid][pExp]);
			ShowPlayerProgressBar(playerid, HudProgress[playerid]);
		}
		if(PlayerInfo[playerid][pHUD5] == 0) {
			new expamount;
		    expamount = PlayerInfo[playerid][pLevel]*levelexp;
		    format(GlobalString, sizeof(GlobalString), "Level: %d / RP: %d/%d", PlayerInfo[playerid][pLevel], PlayerInfo[playerid][pExp], expamount);
		    PlayerTextDrawSetString(playerid, HudTD, GlobalString);
			PlayerTextDrawShow(playerid, HudTD);
			PlayerTextDrawHide(playerid, HudTD);
			SetPlayerProgressBarMaxValue(playerid, HudProgress[playerid], PlayerInfo[playerid][pLevel]*levelexp);
			SetPlayerProgressBarValue(playerid, HudProgress[playerid], PlayerInfo[playerid][pExp]);
			ShowPlayerProgressBar(playerid, HudProgress[playerid]);
			HidePlayerProgressBar(playerid, HudProgress[playerid]);
		}
Si
Code:
		case DIALOG_HUD5: {
		    if(response)
			{
			    if(listitem == 0)
			    {
			        PlayerInfo[playerid][pHUD5] = 0;
					PlayerTextDrawHide(playerid, HudTD);
			        HidePlayerProgressBar(playerid, HudProgress[playerid]);
				}
				if(listitem == 1)
				{
				    PlayerInfo[playerid][pHUD5] = 1;
				}
				Update(playerid, pHUD5x);
	      		SendClientMessage(playerid, COLOR_DARKPINK, "Progress-Bar options updated!"); }
		}
Reply


Messages In This Thread
Problema progres bar - by FxK1nG - 01.04.2018, 16:02
Re: Problema progres bar - by FxK1nG - 02.04.2018, 11:29
Re: Problema progres bar - by ForCop - 05.04.2018, 07:43
Re: Problema progres bar - by FxK1nG - 13.04.2018, 11:49

Forum Jump:


Users browsing this thread: 1 Guest(s)