Forum
General
How to use zombi and costruction mod?
How to use zombi and costruction mod?
3 replies
1

Add the following;
1
2
3
4
5
6
7
2
3
4
5
6
7
addhook('spawn', 'spawnhook')
function spawnhook(id)
	if player(id, 'team') == 2 then
		return 74
	end
end
Alistaire Would also be a good idea to set the game to construction:1
2
3
4
5
6
7
8
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: @
MikuAuahDark ik, I meant to write 4 there:) edited 1×, last 18.05.14 11:07:15 am
Random guy: but he want to use Zombie and Construction gamemode at same time. So set gamemode to Zombie instead.
1

Offline