Üdv
Lenne egy olyan baj, hogy belekakom ezt az onplayerupdate alá, és bugol az egész.
Ezt raktam alá:
GetPlayerHealth(playerid, health);
SetProgressBarValue(HPbar[playerid], health);
if(health < 100 && health > 75)
{
SetProgressBarColor(HPbar[playerid], COLOR_GREEN);
}
else if(health < 75 && health > 30)
{
SetProgressBarColor(HPbar[playerid], COLOR_ORANGE);
}
else if(health < 30 && health > 1)
{
SetProgressBarColor(HPbar[playerid], COLOR_RED);
}
UpdateProgressBar(HPbar[playerid]);
ÉS AZ EGÉSZ OTÁL BUG.
De ha meg simerrel frissítem akkor meg bese adja a progress bart.
ígymeg bugos
pls help