Forum

> > CS2D > Scripts > i need script
Forums overviewCS2D overview Scripts overviewLog in to reply

English i need script

11 replies
To the start Previous 1 Next To the start

old i need script

milklv
User Off Offline

Quote
I need script (someone logging into a server automatically go CT )

old ??

milklv
User Off Offline

Quote
LOG??? i have gmod (garry mod) when someone go in my server automatically go CT. cant go to T

old Re: i need script

DannyDeth
User Off Offline

Quote
1
2
3
4
5
6
7
8
9
addhook("join","to_t")
function to_t(id)
	parse("maket "..id)
end

addhook("team","no_change")
function no_change()
	return 1
end

old :

milklv
User Off Offline

Quote
not work

old Re: i need script

Anti-Grav
User Off Offline

Quote
1
2
3
4
5
6
7
8
9
10
11
12
13
addhook("join","to_ct")
function to_ct(id)
     parse("makect "..id)
end

addhook("team","no_change")
function no_change(id,team,look)
	if team == 1 then
     		return 1
    	else
    		return 0
   	end
end

You will be a CT when you join. You can select T but you will stay ct.

old :D

milklv
User Off Offline

Quote
yes it work
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview