@Patrick sorry, man, I threw you the wrong codes.. the codes below were original. Can you fix me this line?
addCommandHandler("vipsurem",function(plr)
if plr:getData("loggedin") == 1 then
if plr:getData("vip") <= 0 then
plr:outputChat("[!]#ffffff Vip değilsiniz.",255,0,0,true)
return end
local dbid = getElementData(plr, "dbid")
local remainingSeconds = secondsToTimeDesc(math.ceil(getTimerDetails(tablo[dbid].sayac)/1000))
plr:outputChat("[!]#ffffff "..remainingSeconds.." sonra sona erecek.", 100,100,255,true)
end
end)