Maybe the problems resolution? ! ?!

Epic
Posts: 20
Joined: Wed Apr 24, 2013 4:55 pm
STEAM: swrcADMIN
Location: Germany
Contact:

Maybe the problems resolution? ! ?!

Post by Epic »

Maybe many of you know that on the public servers are some mad guys who are suiciding by spamming himself and you. So they spam with nades and are killing themself and you.

We tried to ban him but he came back, we don't know how but he did.

I think that I have the resolution for this problem. It won't help on DM but I think on all other gamemodes it would help.

Server need an admin patch!
(On my it works 100%, others like phobos are still working)

The Script you add in the AC:

//Timer
function Timer()
{
displayMOTD();
updatePlayerlist();
checkSwitchGrenade();

AutoKick(); <- add

//checkCV();
checkThrowWeapon();
CheckImmobile();
ModifyObjects();
//CheckPowerupUsers();
}

And the function AutoKick:

// --------------------------------------------------------------------------------------
// AutoKick by Epic.ADMIN
function AutoKick()
{
Local PlayerController PC;

if (PC.PlayerReplicationInfo.Score ==-2)
{
Level.Game.Broadcast( PC, PC.PlayerReplicationInfo.PlayerName@" got kicked because of making trouble!");
PC.Destroy();
}
}

I hope rly that you'll add the script on the public Admin Patches, I think it would would work with Phobos admin patch but I'm not sure. With my 1 it works 100% so I hope you will upload this script!

What does it do and how does it works???

When the guy have a score of -2 (by killing himself and a teammate), than he got automaticly kicked. Only got kicked because when someother players have this score by failing or something like this, than it's better when they arn't banned ;D

I hope you will add this and that this will help for TDM CTF and AS. Other modes too only not DM.

GL - ADMIN
Ironhide
Chief Warrant Officer
Chief Warrant Officer
Posts: 7231
Joined: Thu Aug 14, 2008 12:09 am

Re: Maybe the problems resolution? ! ?!

Post by Ironhide »

Doesnt work when he spams a goup of players and gets <-2 score though.
Narcissus: You never hit more than 1 sniper shot in a row. Never have.
User avatar
Penguin
Chief Warrant Officer
Chief Warrant Officer
Posts: 5582
Joined: Mon Mar 23, 2009 5:51 pm
Location: Stamper, winning very ez 15:0 against Vash
Contact:

Re: Maybe the problems resolution? ! ?!

Post by Penguin »

This is a nice idea, I might add it into the patch on my servers, thanks Admin (for once, your name fits).

Probably want to change it to <-1 though.
Image

Image
Most BS you read all day^
Epic
Posts: 20
Joined: Wed Apr 24, 2013 4:55 pm
STEAM: swrcADMIN
Location: Germany
Contact:

Re: Maybe the problems resolution? ! ?!

Post by Epic »

I though about changing it to -1 but maybe when ppl fail with nades...the just get kicked and than it isn't so good.

I think -2 is ok, but if you wanna change it, just change the
"if (PC.PlayerReplicationInfo.Score ==-2)" to
"if (PC.PlayerReplicationInfo.Score ==-1)"
Epic
Posts: 20
Joined: Wed Apr 24, 2013 4:55 pm
STEAM: swrcADMIN
Location: Germany
Contact:

Re: Maybe the problems resolution? ! ?!

Post by Epic »

Update this line:

if (PC.PlayerReplicationInfo.Score ==-2)

to

if (PC.PlayerReplicationInfo.Score >-1)

and sry for spam post.
Barcode
LoL Manager - Veteran
LoL Manager - Veteran
Posts: 3420
Joined: Sun Oct 17, 2010 11:25 pm
STEAM: Vertebratan
BATTLE.NET: Vertebratan
XBOX Gamertag: Vertebratan
LoL Name: Vertebratan
Location: United Kingdom

Re: Maybe the problems resolution? ! ?!

Post by Barcode »

don't make it -1 I always end up killing myself with nades.
]-TX-[Jay{OmLCpl}: french people are bad at invading things, imagine how embarrassing it would be to have them invade your bum?
Image
"The difference between a successful person and others is not a lack of strength, or knowledge, but rather a lack of will."
User avatar
Rageful Bean
LoL Member
LoL Member
Posts: 503
Joined: Mon Jan 02, 2012 6:52 pm
STEAM: Rageful Bean
XBOX Gamertag: Rageful Bean
LoL Name: Crumpet y0

Re: Maybe the problems resolution? ! ?!

Post by Rageful Bean »

Yeah I always die in the lift like a retard :/
Image
Epic
Posts: 20
Joined: Wed Apr 24, 2013 4:55 pm
STEAM: swrcADMIN
Location: Germany
Contact:

Re: Maybe the problems resolution? ! ?!

Post by Epic »

xD Np bros, you will got kicked by score -2 and higher :D so -2 -3 -4 -5...
Epic
Posts: 20
Joined: Wed Apr 24, 2013 4:55 pm
STEAM: swrcADMIN
Location: Germany
Contact:

Re: Maybe the problems resolution? ! ?!

Post by Epic »

Ummm, I'm sry for spamming posts but I think that I have an error.

-It have to be bigger than -1 so -2 and higher, but is that in - counting a bigger as or a smaller as sign????????????????

So < or > -1 ?????

I think it have to be < but I used > cuz 1 is bigger than 2 but -1 is bigger than -2 to so WTF

I just chose after some minutes of thinking and testing about it <-1.
Here is the link to my beta, only needed admin patch files. Nothing of my older versions.
http://swrc-mods.de.to/" onclick="window.open(this.href);return false; or dierectlink: http://www.mediafire.com/download/9ge0t ... 0_Beta.zip" onclick="window.open(this.href);return false;
DC.LegenD
Chief Warrant Officer
Chief Warrant Officer
Posts: 2324
Joined: Wed Jan 27, 2010 9:27 pm

Re: Maybe the problems resolution? ! ?!

Post by DC.LegenD »

So < or > -1 ?????
<-1

Should kick everybody that have a score smaller than -1
Last edited by DC.LegenD on Sun Jun 30, 2013 1:24 pm, edited 1 time in total.
Click for watching:
User avatar
SAMO
Omicron Captain
Omicron Captain
Posts: 7368
Joined: Wed May 21, 2008 8:52 pm

Re: Maybe the problems resolution? ! ?!

Post by SAMO »

Lol <1

I get two kills = kicked
Image
Epic
Posts: 20
Joined: Wed Apr 24, 2013 4:55 pm
STEAM: swrcADMIN
Location: Germany
Contact:

Re: Maybe the problems resolution? ! ?!

Post by Epic »

No No. <-1 so Smaller, when you get -2 kills or -3 -4 -5 .... THAN U GET KICKED!!!!

Samo, you didn't see the -1 and it's smaller!! not higher!
DC.LegenD
Chief Warrant Officer
Chief Warrant Officer
Posts: 2324
Joined: Wed Jan 27, 2010 9:27 pm

Re: Maybe the problems resolution? ! ?!

Post by DC.LegenD »

Epic wrote:No No. <-1 so Smaller, when you get -2 kills or -3 -4 -5 .... THAN U GET KICKED!!!!

Samo, you didn't see the -1 and it's smaller!! not higher!
then <-2 :confused:
Click for watching:
User avatar
DC-17
1st Commander
1st Commander
Posts: 5725
Joined: Wed Dec 03, 2008 8:45 am
STEAM: cost2008 + cost2007
LoL Name: TxDC17
Location: Switzerland [CH]

Re: Maybe the problems resolution? ! ?!

Post by DC-17 »

-2 < -1 and l-2l > l-1l

What you're talking about is the first one. So you're looking for a < -2. And if I get it correctly you will get kicked as soon as you get -3 if you set it to < -2. You will never reach -4,-5 etc. since you will already be kicked.

And if you set it to if (PC.PlayerReplicationInfo.Score ==-2) you will get kicked as soon as you reach score -2.

By the way, you can use the "edit" button (bottom right) to avoid posting 3 messages in a row. Might also help you keep your ideas clearer :)
Image
User avatar
Penguin
Chief Warrant Officer
Chief Warrant Officer
Posts: 5582
Joined: Mon Mar 23, 2009 5:51 pm
Location: Stamper, winning very ez 15:0 against Vash
Contact:

Re: Maybe the problems resolution? ! ?!

Post by Penguin »

Penguin wrote:Probably want to change it to <-1 though.
some time later...
Epic wrote:Update this line:

if (PC.PlayerReplicationInfo.Score ==-2)

to

if (PC.PlayerReplicationInfo.Score >-1)

and sry for spam post.
If player score is above -1, kick. Nice.

http://www.mathsisfun.com/equal-less-greater.html" onclick="window.open(this.href);return false;
Image

Image
Most BS you read all day^
Post Reply

Return to “General Talk”