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

THEMUD
User Off Offline

@user MaxmyA_TN has written
"to@user Rainoth its a good start from you"

Do you realize what are you saying?

old

MaxmyA_TN
BANNED Off Offline

I Said this script is nice and good

"to@user Rainoth: its a good start from you"
I like it!

old

DaisukeOno
User Off Offline

Simple, but nice idea and does not noob like what user MaxmyA_TN saying

old

ead
User Off Offline

@user Rainoth:
A good script! And a good idea.
I like it!

old

RedizGaming
GAME BANNED Off Offline

@Us this file is old! date : 30/08/10

old

Sparty
Reviewer Off Offline

this is ooldd as..
I like it!

old

GeoB99
Moderator Off Offline

@user Rainoth: Nah, i didn't ment at all to "badmouth" even if this script is not really useful for me (because i left CS2D and i don't host servers or play offline at the moment ) but that doesn't mean the whole file is useless maybe someone find it useful to find this file.
That i what to mean by "not really useful for me" so you get the point.

old

Rainoth
Moderator Off Offline

@user GeoB99: Did you even read the date of his comment ?

Haha, I can see that it's something simple but as it was said, I made it for a friend at the time and there's no need to badmouth it just because you don't want to use it

old

GeoB99
Moderator Off Offline

@user MaxmyA_TN: Do you even watched and read the date of this file and the description?
I don't really found it useful for me but at least you did something because at this year (2010) it was the first time when you scripting and coding in Lua.

old

Ajmin
User Off Offline

@user MaxmyA_TN: lol.. Be aware of a Ban

Script looks simple.

old Nice one

MaxmyA_TN
BANNED Off Offline

This script looks okay
I like it!
edited 2×, last 23.09.15 04:42:03 pm

old

Talented Doge
User Off Offline

Ok you inspired me how to make it for zombies' antitode thx
I like it!

old

Nemesis1999
User Off Offline

lol, nice one
I like it!

old

RedizGaming
GAME BANNED Off Offline

this is very easy you can remove this

old

RedizGaming
GAME BANNED Off Offline

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
addhook("serveraction","a")
function a(id, act)
	if act == 1 then
		menu(id,"Change Team,Join CT,Join T,Join Spec")
	end
end

addhook("menu","b")
function b(id,title,buton)
	if title == "Change Team" then
		if b == 1 then
			parse('makect '..id)
		end
		if b == 2 then
			parse('maket '..id)
		end
		if b == 3 then
			parse('makespec '..id)
		end
	end
	return 1
end

very easy , i dont like it!

@user Pseudon:
sorry, I did it wrong

old

-DarKness-
User Off Offline

Good Script !

old

Ryden
User Off Offline

Starfulla How you did that!(Pm me)
I like it!

old

UnkN
User Off Offline

Spoiler >

- This code is better, try to replace. Pressing the M opens your menu.

old

Pseudon
User Off Offline

@user RedizGaming: It's possible for anyone to download the file and copy from lua and paste here. Like maybe you did.
I like it!
To the start Previous 1 2 3 4 Next To the start