Dateien

> > CS2D > Lua Scripts > Teamchange Script
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch Teamchange Script >

61 Kommentare380 b, 657 Downloads

alt 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.
Zugelassen von Seekay

Download Download

380 b, 657 Downloads

Kommentare

61 Kommentare
Seite
Zum Anfang Vorherige 1 2 3 4 Nächste Zum Anfang

Logge dich ein!

Du musst dich einloggen, um selber Kommentare verfassen zu können!Einloggen

alt

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

alt

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.

alt

FASTDIE
User Off Offline

avoid autoteambalance? it isnt useful but... 3/5
Ich mag es!

alt

connor34
User Off Offline

its so easy at my grandmother can do it

alt

zygint
User Off Offline

im now srly worried about these click the m and stuff ON STANDART there balance read description
Ich mag es!

alt

Promaster
User Off Offline

Is That har to Click on M and 2?

alt

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
Ich mag es!

alt

HuturoD
User Off Offline

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

alt

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.

alt

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.
Ich mag es!

alt

modem111
User Off Offline

What is Server Action 1 Button f1 or f2 ?

alt

KaTiL
User Off Offline

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

alt

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
Ich mag es!

alt

Cure Pikachu
User Off Offline

What if you are careless and join the wrong team?
This would be helpful
Ich mag es!

alt

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.

alt

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)

alt

Rainoth
Moderator Off Offline

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

alt

FaqAp
User Off Offline

Yes it usefull, but make say commands(!join CT, !join T)
Ich mag es!
Zum Anfang Vorherige 1 2 3 4 Nächste Zum Anfang