Forum

> > CS2D > General > How to use zombi and costruction mod?
ForenübersichtCS2D-ÜbersichtGeneral-ÜbersichtEinloggen, um zu antworten

Englisch How to use zombi and costruction mod?

3 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: How to use zombi and costruction mod?

Random guy
User Off Offline

Zitieren
@user Alistaire Would also be a good idea to set the game to construction:

1
2
3
4
5
6
7
8
parse("sv_gm 4")
addhook('spawn', 'spawnhook')

function spawnhook(id)
	if player(id, 'team') == 2 then
		return 74
	end
end

EDIT: @user MikuAuahDark ik, I meant to write 4 there:)
1× editiert, zuletzt 18.05.14 13:07:15
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antwortenGeneral-ÜbersichtCS2D-ÜbersichtForenübersicht