Forum

> > CS2D > Scripts > if you join T only
Forums overviewCS2D overview Scripts overviewLog in to reply

English if you join T only

2 replies
To the start Previous 1 Next To the start

old if you join T only

Spook MQ Hacker
BANNED Off Offline

Quote
Guys how to make if you join ct you cannot be join ct only T?

Please Help I need this to my Script and i have 2 Script.

old Re: if you join T only

Bowlinghead
User Off Offline

Quote
1
2
3
4
5
6
7
8
9
10
11
12
admin={1,12,123}

addhook("team","lol")
function lol(id,team)
	for _, usgn in ipairs(admin) do
		if player(id,"favteam")==2 then
			if player(id,"usgn")~=usgn then
				parse("maket "..id)
			end
		end
	end
end

May this works...
(Only admins can join CT!)
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview