But I have one problem how to make that time stopped on 0 and did not leave in a minus (-1,-2,-3....)
Scripts
Time script
Time script
1

)
addhook("startround","start")
function start()
	sample.hudtxt.timer=60
end
function sample.hudtxt.second() end
freehook("second","sample.hudtxt.second")
addhook("second","sample.hudtxt.second")
1
