Forum
CS2D Scripts How can I turn all Bots into TerroristsHow can I turn all Bots into Terrorists
4 replies 1
1
2
3
4
5
6
2
3
4
5
6
addhook("team", "_team") function _team(i,t) 	if player(i, "bot") and t == 2 then 		parse("maket "..i) 	end end
1