Because right now i have this in the script:
addhook("kill","sample.ut.kill")
function sample.ut.kill(killer,victim,weapon)
if (os.clock()-sample.ut.timer[killer])>5 then
sample.ut.level[killer]=0;
end
It resets 5 seconds if you dont kill another person... but i want it to stay forever... like even if you kill 4 guys and leave the server for a day, when you come back youll continue (Unless you die, then it resets)
Just want it forever Untill you die, then i want it to reset!
Anyone know how to do this?