Forum

> > CS2D > General > How do i keep Kill sounds Till you die?
Forums overviewCS2D overviewGeneral overviewLog in to reply

English How do i keep Kill sounds Till you die?

1 reply
To the start Previous 1 Next To the start

old closed How do i keep Kill sounds Till you die?

Mexican
User Off Offline

Quote
How do i make it so The Killing Sound levels stay with you forever until you die?

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?
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview