View Full Version : [JX] Xóa danh hiệu, vòng sáng sau khi SetTask
minhduc_aa
22-09-19, 12:19 PM
Lệnh Title_RemoveTitle để xóa danh hiệu vòng sáng thì dùng thế nào ạ?
Mấy bạn có thể chỉ mình script xóa vòng sáng danh hiệu vĩnh viễn sau khi SetTask với. Mình thử nhiều cách nhưng nó vẫn hiện hoài. Cám ơn nhiều ạ.
hoilamgi45
22-09-19, 06:25 PM
add
function vongsang()
n_title = 400
local nServerTime = GetCurServerTime()+ 75600; --20*24*60*60
local nDate = FormatTime2Number(nServerTime);
local nDay = floor(mod(nDate,1000000) / 10000);
local nMon = mod(floor(nDate / 1000000) , 100)
local nTime = nMon * 1000000 + nDay * 10000 -- ?????????
Title_AddTitle(n_title, 2, nTime)
Title_ActiveTitle(n_title)
SetTask(1122, n_title)
end
xoa
Title_RemoveTitle(400)
minhduc_aa
23-09-19, 07:03 AM
[QUOTE=hoilamgi45;1225849]add
function vongsang()
n_title = 400
local nServerTime = GetCurServerTime()+ 75600; --20*24*60*60
local nDate = FormatTime2Number(nServerTime);
local nDay = floor(mod(nDate,1000000) / 10000);
local nMon = mod(floor(nDate / 1000000) , 100)
local nTime = nMon * 1000000 + nDay * 10000
Title_RemoveTitle(400)
SetTask(1122, n_title)
end
[\QUOTE]
Chỉ có nhiêu đây thôi mà mất cả buổi hic cám ơn bạn nhiều nhé.
Powered by vBulletin® Version 4.2.0 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.