Distro: TFS 0.3.6
Tibia 8.6
Ok thread edit.
How i can display time left, this code gives me error.
local curtime = getGlobalStorageValue(1337)
local timeleft = curtime - os.time()
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Next lottery in: " ..os.time("%X", timeleft).. "")...