Forum

> > CS2D > Scripts > Auto Join Ct?
Forums overviewCS2D overview Scripts overviewLog in to reply

English Auto Join Ct?

4 replies
To the start Previous 1 Next To the start

old Re: Auto Join Ct?

EngiN33R
Moderator Off Offline

Quote
1
2
3
4
5
6
addhook("team","not4u")
function not4u(id,t)
	if (t==1) then
		parse("makect "..id)
	end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview