Forum
CS2D 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
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 01:07:15 pm
1