Như tiêu đề: mình bị lỗi ở đoạn code này:

function danhhieu()
n_title = 3000
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

báo lỗi dòng : Title_AddTitle(n_title, 2, nTime)
mình dùng Sever UpdateV3 tranminhdo