
1
function try(cmd)
1
parse("setscore ..id 0")
Its doesn't even will work.
function try(cmd)
parse("setscore ..id 0")
addhook("parse","_parse")
function _parse(cmd)
if cmd == "reset" then
_reset(id)
end
end
function _reset(id)
parse("setscore "..id.." 0")
parse("setdeaths "..id.." 0")
end