LucasFerraz
Systems Analyst
How can I check if 1 hour and how can I remove 1 hour?
I'm using it but always false
EDIT (Solution)
if getPlayerStamina(cid) < 1 hour?
doPlayerAddStamina(cid, 1 hour)
I'm using it but always false
if (getPlayerStamina(cid) < 1 * 60 * 1000) then
ALWAYS FALSE /\
EDIT (Solution)
2520 (minutes) / 60 = 42 hoursCode:if getPlayerStamina(cid) < 60 then
Last edited: