Forum
![>](img/i_next.png)
![>](img/icons/cs2d.png)
![>](img/i_next.png)
![>](img/i_next.png)
become spectator when killing terrorist
3 replies![To the start](img/i_first.png)
![Previous](img/i_prev.png)
![Next](img/i_next.png)
![To the start](img/i_last.png)
And yes it is very simple:
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
addhook("kill","re_kill_CT") function re_kill_CT(killer,victim) 	if(player(killer,"team")==2) then 		if(player(victim,"team")==1) then 			parse("killplayer "..killer) 		end 	end end
![](img/smiles/wink.gif)
![To the start](img/i_first.png)
![Previous](img/i_prev.png)
![Next](img/i_next.png)
![To the start](img/i_last.png)