25.01.2013, 10:01
(
Последний раз редактировалось OTACON; 25.01.2013 в 10:40.
Причина: SOLVED!.
)
Hi all, I need help with this. I can not think how to do to verify:
I understand and can hopefully help.
Thanks in advance.
sorry for my English.
pawn Код:
ValueTemporal[playerid]++;
//place the overall Value plus the time value for the remaining charge will have the bar and apart from there add the temporary Value
SetProgressBarValue( VariableProgressBar[playerid], ValueGeneral[playerid]+ValueTemporal[playerid]);
UpdateProgressBar(VariableProgressBar[playerid], playerid);
if(ValueTemporal[playerid] == 100) //Here I have the problem, not as a place: S: (.
//the limit is 100 bar
{
// Here the SetProgressBarValue with ValueGeneral, Example:
ValueGeneral[playerid]=ValueTemporal[playerid];
SetProgressBarValue(VariableProgressBar[playerid], ValueGeneral[playerid]);
}
Thanks in advance.
sorry for my English.