17.05.2016, 14:41
hii all
i'm create progress bar, progressbar value use float type data. i create condition like this
↑not work↑
playerdata[playerid][wtf] ← data for value progressbar. if im use integer progressbar value cannot change.
how to fix condition use float? or any solution?
i'm create progress bar, progressbar value use float type data. i create condition like this
Код:
if (playerdata[playerid][wtf] <= 0.0)
playerdata[playerid][wtf] ← data for value progressbar. if im use integer progressbar value cannot change.
how to fix condition use float? or any solution?