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.
Scripts
Kill and change team
Kill and change team
1

addhook("kill","zct")
function zct(id,killer,victim)
	if killer(id,"team")==1 then
		parse("makect "..id)
	end
end
Flame has written
1
