Forum

> > CS2D > Scripts > stop zombies team changing
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch stop zombies team changing

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt stop zombies team changing

komeil
BANNED Off Offline

Zitieren
hi guys , its me again
in my zombie mode server when new round start all zombies start changing team to ct , how can i stop it

alt Re: stop zombies team changing

Masea
Super User Off Offline

Zitieren
1
2
3
4
5
6
addhook("team","_team")
function _team(id,t)
	if player(id,"team") == 1 and t == 2 then
		return 1
	end
end
Maybe this?
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht