• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Solved Show day and hour

Sir Islam

Never Give Up
Joined
Jun 6, 2008
Messages
504
Solutions
1
Reaction score
116
Location
Suez , Egypt
Code:
setPlayerStorageValue(cid,1897, os.time() +24*60*60)

Code:
local stor =  getPlayerStorageValue(cid,1897)

how to use this

Code:
local = left os.date("%D:%H:%M:%S",(stor - os.time()))

to show

day and hour and minute and second from this Storage

when use like it , this show fake time
 

Similar threads

Back
Top