Ducthinh682
18-03-16, 11:57 AM
Ví dụ mình muốn add nhận vòng sáng này khi thoát ra vào lại ko bị mất thì mình add như thế nào? và ví dụ mình muốn add vòng sáng có ID là 159 trong playertitle.txt thì mình add như thế nào ạ? mình có sửa số n_title = 255 thành n_title = 159 nhưng nó lại bị lỗi
function thvsong()
n_title = 255
local nServerTime = GetCurServerTime()+ 1728000; --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)
end
function thvsong()
n_title = 255
local nServerTime = GetCurServerTime()+ 1728000; --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)
end