Forum

> > CS2D > General > How to use zombi and costruction mod?
Forums overviewCS2D overviewGeneral overviewLog in to reply

English How to use zombi and costruction mod?

3 replies
To the start Previous 1 Next To the start

old Re: How to use zombi and costruction mod?

Random guy
User Off Offline

Quote
@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:)
edited 1×, last 18.05.14 01:07:15 pm
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview