Forum

> > CS2D > Scripts > How to make terrorist maximum size ?
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch How to make terrorist maximum size ?

14 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Re: How to make terrorist maximum size ?

Happy eyes
User Off Offline

Zitieren
1
2
3
4
5
6
7
8
9
max-terrorists=5

addhook('team','mt_team')
function mt_team(id,team,look)
	if team==1 and #player(0,"team1") >= max-terrorists then
		msg2(id,"©255000000You can't join terrorist team, becouse team is full")
		return 1
	end
end

Maybe this is what you need?

alt Re: How to make terrorist maximum size ?

Soja1997
User Off Offline

Zitieren
sorry wrong formulated his speech I wanted to write. How to set the maximum number of terrorists in the team tested a lot of scripts but none of them worked. I want to be able to be the only one terrorist in the team, if you're trying some Anti Terrorist Terrorists go to the team will be automatically transferred to the Anti-Terrorist Team

alt Re: How to make terrorist maximum size ?

Soja1997
User Off Offline

Zitieren
user DC hat geschrieben
Why the hell do you open a thread with the same topic twice?
thread cs2d maximum size of the team

Regeln §2.1 - Keine überflüssige/doppelte Beiträge (Spam)

The script posted there DOES work. You are doing something wrong if it doesn't work for you (maybe a bug in another script or installed the wrong way or multiple team hooks).

Really sorry i forgot about this rule.
As for that script to me it does not work without a problem I walk with a team of terrorists from anti-terrorists

alt Re: How to make terrorist maximum size ?

Obviously Exactly Myself
User Off Offline

Zitieren
user Yates hat geschrieben
user Obviously Exactly Myself hat geschrieben
Well, it is really hard to guess what he wants.

Title hat geschrieben
How to make terrorist maximum size ?

Very fucking hard to read. Seriously.

There is no noun for me to know which is the thing he wants to have maximum size, therefore, I didn't understand what he wants the maximum size.
I also didn't see his double thread.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht