when you are a zombie and you kill a ct then you turn back to a human .
And if the zombie re - log's he stay's as a zombie.
addhook("kill","zct") function zct(id,killer,victim) 	if killer(id,"team")==1 then 		parse("makect "..id) 	end end