Files

> > CS2D > Lua Scripts > Teamchange Script
Files overviewCS2D overviewLua Scripts overview

English Teamchange Script >

61 comments380 b, 657 Downloads

old Teamchange Script

Rainoth
Moderator Off Offline

Hello all ! My friend Korn asked me to make him a script to avoid autobalance in his server. So here it is. This is simple script. You press server action 1 and a menu appears. You can choose what team to go to if you dont like your team and autobalance dont let you go there because "there are too many players".

Hope it will be usefull in some servers.
Approved by Seekay

Download Download

380 b, 657 Downloads

Comments

61 comments
Page
To the start Previous 1 2 3 4 Next To the start

Log in!

You need to log in to be able to write comments!Log in

old

RedizGaming
GAME BANNED Off Offline

addhook("serveraction","a")
function a(id,action)
     if action==1 then
          menu(id,"Select,Change Team")
     end
end

addhook("menu","b")
function b(id,title,button)
if title=="Select" then
if button == 1 then
if player(id,"team") == 1 then
parse("makect "..id)
elseif player(id,"team") == 2 then
parse("maket "..id)
elseif player(id,"team") == 0 then
parse('maket '..id)
end
end
end

old

Rainoth
Moderator Off Offline

Wow i didnt know that there are so much people with IQ -100 ... I explained in description and comments before. If you cant read it or do not understand it. Not my problem.

old

FASTDIE
User Off Offline

avoid autoteambalance? it isnt useful but... 3/5
I like it!

old

connor34
User Off Offline

its so easy at my grandmother can do it

old

zygint
User Off Offline

im now srly worried about these click the m and stuff ON STANDART there balance read description
I like it!

old

Promaster
User Off Offline

Is That har to Click on M and 2?

old

zygint
User Off Offline

huturoD i know ur a newbie and kinda *cough* dumb *cough*
there is auto team balance the file is useful for some servers
I like it!

old

HuturoD
User Off Offline

WTF? mod idiot (press ESC - Join Team - CounterTerrorist or Terrorists and this hard?

old

Rainoth
Moderator Off Offline

Yes sunny is right + I explained how it works 4 times if not more. If you dont understand it then dont rate nor comment.

old

palomino
User Off Offline

@KaTiL If you do that you might not get in because there are too many players. With this script you will join the other team always.
@hank Oh yeah? Can you make a better one?
@everyone If you aren't admin you can't put autobalance off so this script is pretty useful especially on zombie servers.
I like it!

old

modem111
User Off Offline

What is Server Action 1 Button f1 or f2 ?

old

lol 4 idiot 2
User Off Offline

wdf bad mode 1/5 bad mode

old

KaTiL
User Off Offline

What o.0 ??? "m" prees and change team...
2/5

old

3RROR
User Off Offline

Ok... I see all the comments, atleast give a 3 stars or more <_> Cause if you think it's unuseless he didn't do that
- Stealing
- Copying ideas from others
- Etc
I give you 4 cause if you're bored to be everytime zombie it can change
I like it!

old

Cure Pikachu
User Off Offline

What if you are careless and join the wrong team?
This would be helpful
I like it!

old

Marijuana
User Off Offline

You DO realize that just by pressing "M" on the keyboard, brings up the change team dialog? Also, you could just take off auto balance.

old

HaRe
User Off Offline

What i mean is, When theres like what ever

4 Terrorists and 6 CT's

you cant join the CT's right? but with this script you can, How ever when the round starts some one will be redicerted to the other team (TT)

old

Rainoth
Moderator Off Offline

Why should a guy write 8chars when he can press 2 buttons and the job is done ?

old

FaqAp
User Off Offline

Yes it usefull, but make say commands(!join CT, !join T)
I like it!
To the start Previous 1 2 3 4 Next To the start