Forum

> > CS2D > Scripts > Kill and change team
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Kill and change team

1 Antwort
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Kill and change team

Flame
BANNED Off Offline

Zitieren
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.

alt Re: Kill and change team

Yates
Reviewer Off Offline

Zitieren
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 hat geschrieben
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.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht