stop zombies team changingkomeil BANNED Offline 13.06.17 08:13:58 pm 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
Re: stop zombies team changingMasea Super User Offline 13.06.17 08:28:38 pm 123456addhook("team","_team") function _team(id,t) 	if player(id,"team") == 1 and t == 2 then 		return 1 	end end Maybe this?
Re: stop zombies team changingkomeil BANNED Offline 14.06.17 05:44:58 pm i have tried this , not working