Forum

> > CS2D > Scripts > become spectator when killing terrorist
Forums overviewCS2D overview Scripts overviewLog in to reply

English become spectator when killing terrorist

3 replies
To the start Previous 1 Next To the start

old Re: become spectator when killing terrorist

DannyDeth
User Off Offline

Quote
Dude ur title = *BO SCHITT*

And yes it is very simple:
1
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
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview