1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("serveraction","_serveraction") function _serveraction(id,action) 	if action==3 then 		parse("setscore "..id.." 0") 		parse("setdeaths "..id.." 0") 	end end
addhook("serveraction","_serveraction") function _serveraction(id,action) 	if action==3 then 		parse("setscore "..id.." 0") 		parse("setdeaths "..id.." 0") 	end end