Forum

> > CS2D > Scripts > Spectator
Forums overviewCS2D overview Scripts overviewLog in to reply

English Spectator

1 reply
To the start Previous 1 Next To the start

old Spectator

save72
BANNED Off Offline

Quote
Hi all. I need a simple script. If counter - terrorist dies, he automatically goes to the spectator.

old Re: Spectator

Starkkz
Moderator Off Offline

Quote
1
2
3
4
5
6
addhook("die","CTDie")
function CTDie(id)
	if player(id,"team") == 2 then
		parse("makespec "..id)
	end
end
I haven't tested it, but I guess it should work.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview