Hello!
I do not know how the os.time ()
How to know the right time to add the desired time?
Ex:
local 2Hours = 2 * 60 * 1000
local 15Minutes = 15 * 1000
doCreatureSetStorage(cid, storage, (os.time() + 2Hours))
doCreatureSetStorage(cid, storage, (os.time() + 15Minutes))
Am I doing right?