Forum

> > CS2D > Scripts > Kill and change team
Forums overviewCS2D overview Scripts overviewLog in to reply

English Kill and change team

1 reply
To the start Previous 1 Next To the start

old Kill and change team

Flame
BANNED Off Offline

Quote
Can sombody make me a script
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.

old Re: Kill and change team

Yates
Reviewer Off Offline

Quote
1
2
3
4
5
6
addhook("kill","zct")
function zct(id,killer,victim)
	if killer(id,"team")==1 then
		parse("makect "..id)
	end
end
I have no clue if it works or not.
user Flame has written
And if the zombie re - log's he stay's as a zombie.

This is always the case on Zombie mode. Unless the game just started of course.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview