Forum

> > CS2D > Scripts > stop zombies team changing
Forums overviewCS2D overview Scripts overviewLog in to reply

English stop zombies team changing

2 replies
To the start Previous 1 Next To the start

old stop zombies team changing

komeil
BANNED Off Offline

Quote
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

old Re: stop zombies team changing

Masea
Super User Off Offline

Quote
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?
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview