Quest Crash

Indította MrBongo, 2017-06-14, 13:37:05

Sziasztok he berakom ezt a questet akkor betolto csik utan be crashel a szerver syerr nincs csak putyiba irja ezt
quest este_regel_koszonto begin
state start begin
when login with daynight_global == nil begin
daynight_global = true
server_loop_timer("check_daynight_time", 1)
end

when check_daynight_time.server_timer begin
local time = os.date("*t")
if time.hour >= 6 and time.hour < 20 and game.get_event_flag("day") == 1 then
local timeSec = time.min
if string.len(time.min) == 1 then timeSec = "0"..timeSec end
local timeHour = time.hour
if string.len(time.hour) == 1 then timeHour = "0"..timeHour end
notice_all("<Automatikus napszak:> Jóreggelt kívánunk mindenkinek - "..timeHour..":"..timeSec.." van!")
game.set_event_flag("day", 0)
elseif (time.hour < 6 or time.hour >= 20) and game.get_event_flag("day") == 0 then
local timeSec = time.min
if string.len(time.min) == 1 then timeSec = "0"..timeSec end
local timeHour = time.hour
if string.len(time.hour) == 1 then timeHour = "0"..timeHour end
notice_all("<Automatikus napszak:> Szép estét kívánunk mindenkinek - "..timeHour..":"..timeSec.." van!")
game.set_event_flag("day", 1)
end
end
end
end


Assertion failed: (ms_singleton), function instance, file ./../../common/singleton.h, line 24.
Abort (core dumped)

miert lehet ez ?

Ami ma meggyötör,holnap gyÅ'zni segít.

Szerintem, de nem biztos. Timmer re szavaznek, az lehet a baja.

“Majdnem minden tudásunkért nem azoknak tartozunk, akik egyetértettek, hanem azoknak, akik nem.”