milbradt
New Member
- Joined
- Dec 25, 2011
- Messages
- 177
- Solutions
- 1
- Reaction score
- 4
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?
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?