Forum




become spectator when killing terrorist
3 replies



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




