Forum

> > CS2D > Scripts > Hide and seek with teamswitch
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Hide and seek with teamswitch

1 Antwort
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: Hide and seek with teamswitch

Apache uwu
User Off Offline

Zitieren
I looked through the script, there isn't an instance of a team winning. However if you found where that happens you can simply plug in this script to switch the teams.

1
2
3
4
5
6
7
8
9
10
11
12
13
parse("mp_autoteambalance 0")

function switch()
	for _,id in pairs(player(0,"table")) do
		if player(id,"team")~=0 then
			if player(id,"team")==1 then
				parse("makect "..id)
			else
				parse("maket "..id)
			end
		end
	end
end
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht