• 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!

why %S returns to future time

5lave Ots

Active Member
Joined
Oct 2, 2017
Messages
246
Solutions
1
Reaction score
40
Location
Ankrahmun
hey im using this
Code:
    if getPlayerStorageValue(cid, STR) > os.time() then
             local timer = os.date("%H hours, %M minutes, %S seconds", getPlayerStorageValue(cid, STR) - os.time())
                return  'you need to wait '..timer..' to open the quest agaian!'
if pc time and server time os.time() is 1;00
it return it to 3:00 for hours only, minutes and seconds are viewed good, anyway to solve this? using tfs 0.4
 
Back
Top