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