Sorry for bad English
Forum
CS2D Scripts Bot joinBot join
2 replies 1
Sorry for bad English
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
function _endround() 	for _, id in ipairs(player(0, "table")) do 		if player(id, "bot") then 			parse("maket "..id) 		end 	end end addhook("endround", "_endround")
Should work, didn't test it.
You may need to change the hook to startround if they change team after endround is triggered. Possibly even startround_prespawn if you disallow respawning after round start.
EDIT : Yates, when there are other players, why do I just go to people, and the other players get them to the zombie ?
edited 1×, last 28.07.17 05:25:07 pm
1