Forum




How can I turn all Bots into Terrorists
4 replies



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





addhook("team", "_team") function _team(i,t) 	if player(i, "bot") and t == 2 then 		parse("maket "..i) 	end end