13.08.2011, 21:56
Hello everyone, i have a problem with the Progress Bars creator, i have successfully made a Hunger Bar But when i'm trying to update on a one second timer, it doesn't work with this code
But works when i make set the value to positive, for example 5.0, can you help me?
pawn Код:
SetProgressBarValue(HungerBar[i], -5.0);
UpdateProgressBar(HungerBar[i], i);