PDA

View Full Version : [JX] Rắc rối với hàm SetTimer



banynavy
04-06-12, 04:45 PM
Start.lua

function KhoiDong()
if (Start == 1) then
SetTimer(60*18,1);
KhoiDongNPC()
print("NPC Load")
Start=0
print("Can't NPC Load")
end
end

TimerTask.txt

TASK SCRIPT
1 \script\timer.lua

timer.lua

function OnTimer()
gio = tonumber(date("%H"))
phut = tonumber(date("%M"))
Msg2SubWorld("Xin Chao Cac ban"..gio..","..phut.." ")
end

tại sao ko khởi động được timer.lua bằng SetTimer nhỉ có ai giúp với

jxvietnam
04-06-12, 04:54 PM
SetTimer(60*18,1);
=> 60 giây hàm trong OnTimer mới chạy 1 lần

hình như thế ;))

KingMax
05-06-12, 01:54 PM
60 giây sau nó mới chạy :)
thử edit lại
SetTimer(18,1)