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

THEMUD
User Off Offline

@user MaxmyA_TN hat geschrieben
"to@user Rainoth its a good start from you"

Do you realize what are you saying?

alt

MaxmyA_TN
BANNED Off Offline

I Said this script is nice and good

"to@user Rainoth: its a good start from you"
Ich mag es!

alt

DaisukeOno
User Off Offline

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

alt

ead
User Off Offline

@user Rainoth:
A good script! And a good idea.
Ich mag es!

alt

RedizGaming
GAME BANNED Off Offline

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

alt

Sparty
Reviewer Off Offline

this is ooldd as..
Ich mag es!

alt

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.

alt

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

alt

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.

alt

Ajmin
User Off Offline

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

Script looks simple.

alt Nice one

MaxmyA_TN
BANNED Off Offline

This script looks okay
Ich mag es!
2× editiert, zuletzt 23.09.15 16:42:03

alt

Talented Doge
User Off Offline

Ok you inspired me how to make it for zombies' antitode thx
Ich mag es!

alt

Nemesis1999
User Off Offline

lol, nice one
Ich mag es!

alt

RedizGaming
GAME BANNED Off Offline

this is very easy you can remove this

alt

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

alt

Ryden
User Off Offline

Starfulla How you did that!(Pm me)
Ich mag es!

alt

UnkN
User Off Offline

Spoiler >

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

alt

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.
Ich mag es!
Zum Anfang Vorherige 1 2 3 4 Nächste Zum Anfang