i know ur trying to help, but this is like the first script im working on for mta and its hard
timer = setTimer(getTimeLeft,600000,1)
function getTimeLeft(timer)
dxDrawText(getTimeLeft(timer),sWidth-0,sHeight-600,sWidth-347,sHeight-0,tocolor(225,225,225,1000),1.3,"Diploma","right","top",false,false,false) -- Timer
if isTimer(timer) then
local ms = getTimerDetails(timer)
local m = math.floor(ms/60000)
local s = math.floor((ms-m*60000)/1000)
if m < 10 then m = "0"..m end
if s < 10 then s = "0"..s end
return m..":"..s
else return "--:--" end
end
and if you cant help with that, i have TeamViewer ill pm you the id and pass