Dateien

> > CS2D > Lua Scripts > Team balance script fix
DateiübersichtCS2D-ÜbersichtLua Scripts-Übersicht

Englisch Team balance script fix >

7 Kommentare859 b, 449 Downloads

alt Team balance script fix

SkullFace
User Off Offline

Originally by Manny
(Profile :http://www.unrealsoftware.de/profile.php?userid=11681)
(File :http://www.unrealsoftware.de/files_show.php?file=7037)

I've been having a problem with his script, it is a neat script actually, but I saw just 1 problem.
Whenever teams had equal amount of players on both sides (e.g. 9=9), one from Team A could switch to Team B, which leads to unbalanced teams (10=8).
So, all I did was change the expression from
CT > T
to
CT >= T


Check the link below for GIF example.
https://i.imgur.com/GEXqbJS.gif
4× editiert, zuletzt 17.04.18 09:39:39
Zugelassen von DC

Download Download

859 b, 449 Downloads

Kommentare

7 Kommentare
Zum Anfang Vorherige 1 Nächste Zum Anfang

Logge dich ein!

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

alt

Waldin
User Off Offline

no you lie dc is hacked by skullface gaios and cure pikachu too
Ich mag es!

alt

Cure Pikachu
User Off Offline

Exactly. The first few lines of the description clearly said that this is meant to fix some problems the original creator didn't fix. Doesn't help that he isn't around since 4 years ago.
Ich mag es!
2× editiert, zuletzt 25.06.18 01:51:37

alt

Gaios
Reviewer Off Offline

@user Waldin: This is mentioned in post and approved by user DC.

alt

SkullFace
User Off Offline

Hey, @user mrc:, forgot about spectators completely. Just changed the lines in the script. Thanks!

EDIT: Fixed again, I forgot to remove ''then'' before ''or'' when i copy+pasted the line
1× editiert, zuletzt 17.04.18 09:26:15

alt

mrc
User Off Offline

Hey buddy, change these to the script be perfect:

1. if player(id,"team") == 2 then TO if player(id,"team") == 2 or player(id,"team") == 0 then

2. if player(id,"team") == 1 then TO if player(id,"team") == 1 or player(id,"team") == 0 then

This way even spectators are not allowed to join a team with a higher number of players.
Zum Anfang Vorherige 1 Nächste Zum Anfang