Forum

ASSIST, AMERICA'S ARMY COMMUNITY - RELIVE THE GLORY DAYS OF AMERICA'S ARMY 2.5

Author Topic: A way to kill a player as an admin?  (Read 16342 times)

0 Members and 1 Guest are viewing this topic.

Offline hitman

A way to kill a player as an admin?
« on: Friday, October 27, 2017, 00:01:12 AM »
Hey,

Is there a way to kill a player instead of kicking him? (as a lighter punishment)

Thanks

Offline teddy_grizzly_bear

  • Used to be known as nobody
  • Administrator
  • Epic Poster
  • *
  • Posts: 5,699
  • what are you looking at?
    • View Profile
  • AA: teddy_grizzIy_bear
Re: A way to kill a player as an admin?
« Reply #1 on: Friday, October 27, 2017, 00:38:05 AM »
No.
<image removed due to imgur stuff - probably for the best>

"Mathematics may be defined as the subject in which we never know what we are talking about, nor whether what we are saying is true." Bertrand Russell

Offline 82nd_DXO_COL=Shad

Re: A way to kill a player as an admin?
« Reply #2 on: Wednesday, November 29, 2017, 23:49:28 PM »
for ROE penalty there's bEnableROEKickDeath=True

Offline -Vegeta-

  • Dedicated Poster
  • *****
  • Posts: 1,048
    • View Profile
  • AA: Vegeta
Re: A way to kill a player as an admin?
« Reply #3 on: Thursday, November 30, 2017, 18:17:46 PM »
Or you can set the roe kick value?
Words are great possed but the tune is crap. A condeming fear strikes down
Things they cannot understand. An excuse to cover up weaknesses that lie within Lies
Laying your guilt and pain. On people that had no part in the molding of a life
That creates its destruction. Lies. Right before your very eyes
A reflection of the mistakes. To the end you will deny. Your part in the demise of a life
Lack of comprehension. Thriving on your cliche. Compelled by self-resentment
Reaching into the minds of those that created. The depression in which they
In which they drowned their flesh and blood. Lies. So easy to blame the
Everlasting fear on a pathetic attempt. To justify the ending of life. Lies
Right before your very eyes. A reflection of the mistakes. To the end you will deny
Your part in the demise of a life
Lack of comprehension. Thriving on your cliche. Compelled by self-resentment

Offline LEEFFM

Re: A way to kill a player as an admin?
« Reply #4 on: Saturday, February 24, 2018, 04:16:54 AM »
bump ^.^, assist could add this to the game i added one in my ultimatemod. ofcourse i added the command via a mutator file whereas assist uses interaction files but it shouldn't be hard to put it in an interaction file instead.

Code snippet from UltimateMod.uc:
Code: [Select]
function Kill (Int PlayerID)
{
local HumanController HC;
local int i;

    for (i = 0; i < Level.Game.GameReplicationInfo.PRIArray.Length; i++)
    {
        HC = HumanController(Level.Game.GameReplicationInfo.PRIArray[i].GetController());

        if (HC != None)
        {
            if (HC.PlayerReplicationInfo.PlayerID == PlayerID)
            {

                if (HC.Pawn == none)
                {
                    HC.ClientMessage("You Cant Kill Dead Bodies Private!") ;
                } else if (HC.Pawn != None)
                {
                    Level.Game.BroadcastHandler.Broadcast (None,""$HC.PlayerReplicationInfo.PlayerName$" was killed by an Admin for Violation(s) of Server Rules!") ;
                    HC.Pawn.TakeDamage(100,None,vect(0.00,0.00,0.00),vect(0.00,0.00,256.00),class'Suicided');
}
            }
        }
    }
}

Offline HauptmannDr.

Re: A way to kill a player as an admin?
« Reply #5 on: Saturday, February 24, 2018, 11:26:24 AM »
shoot him ;-) that will kill him ... :idea: :idea:

Offline Alex

Re: A way to kill a player as an admin?
« Reply #6 on: Saturday, February 24, 2018, 13:04:00 PM »
bump ^.^, assist could add this to the game i added one in my ultimatemod. ofcourse i added the command via a mutator file whereas assist uses interaction files but it shouldn't be hard to put it in an interaction file instead.

Code snippet from UltimateMod.uc:
Code: [Select]
function Kill (Int PlayerID)
{
local HumanController HC;
local int i;

    for (i = 0; i < Level.Game.GameReplicationInfo.PRIArray.Length; i++)
    {
        HC = HumanController(Level.Game.GameReplicationInfo.PRIArray[i].GetController());

        if (HC != None)
        {
            if (HC.PlayerReplicationInfo.PlayerID == PlayerID)
            {

                if (HC.Pawn == none)
                {
                    HC.ClientMessage("You Cant Kill Dead Bodies Private!") ;
                } else if (HC.Pawn != None)
                {
                    Level.Game.BroadcastHandler.Broadcast (None,""$HC.PlayerReplicationInfo.PlayerName$" was killed by an Admin for Violation(s) of Server Rules!") ;
                    HC.Pawn.TakeDamage(100,None,vect(0.00,0.00,0.00),vect(0.00,0.00,256.00),class'Suicided');
}
            }
        }
    }
}

Yeah.... admins being able to kill any player in the server is not a good thing. We get enough bitching about admin abuse as it is.

Offline -Vegeta-

  • Dedicated Poster
  • *****
  • Posts: 1,048
    • View Profile
  • AA: Vegeta
Re: A way to kill a player as an admin?
« Reply #7 on: Saturday, February 24, 2018, 13:33:47 PM »
Devs put it in the game. And assist took it out. Devs made you do med trianing and assist decide best to give every one it. Admin killing players would not effect the end result in any way at all. I dont need it to tk clowns who break the rules.
Words are great possed but the tune is crap. A condeming fear strikes down
Things they cannot understand. An excuse to cover up weaknesses that lie within Lies
Laying your guilt and pain. On people that had no part in the molding of a life
That creates its destruction. Lies. Right before your very eyes
A reflection of the mistakes. To the end you will deny. Your part in the demise of a life
Lack of comprehension. Thriving on your cliche. Compelled by self-resentment
Reaching into the minds of those that created. The depression in which they
In which they drowned their flesh and blood. Lies. So easy to blame the
Everlasting fear on a pathetic attempt. To justify the ending of life. Lies
Right before your very eyes. A reflection of the mistakes. To the end you will deny
Your part in the demise of a life
Lack of comprehension. Thriving on your cliche. Compelled by self-resentment

Offline Alex

Re: A way to kill a player as an admin?
« Reply #8 on: Saturday, February 24, 2018, 13:56:25 PM »
Devs put it in the game. And assist took it out
lol, what? No, no we did not. AA 2 never had a kill player feature in the admin panel.

Devs made you do med trianing and assist decide best to give every one it.
For a decent amount of Assist's life, training was still mandatory. We removed it as we weren't getting any new players. New players don't want to sit through the tedious training so they would download the game, start the training and then never play again.
« Last Edit: Saturday, February 24, 2018, 13:58:43 PM by KiLLaMaN »

Offline LEEFFM

Re: A way to kill a player as an admin?
« Reply #9 on: Saturday, February 24, 2018, 23:49:34 PM »
lol im not gonna say its a god or bad thing its how it is used, i myself used it to enforce server rules to avoid kicking people 3 kill's then a kick lol, i don't like to ban people in this game unless i absolutely have to as the game doesn't have enough players as it is but not all admins are good lol anyone can get a server and be an ass :P, i dont care what assist add's they can do what they think is best that's what they are here for.

Offline -Vegeta-

  • Dedicated Poster
  • *****
  • Posts: 1,048
    • View Profile
  • AA: Vegeta
Re: A way to kill a player as an admin?
« Reply #10 on: Sunday, February 25, 2018, 09:19:08 AM »
lol, what? No, no we did not. AA 2 never had a kill player feature in the admin panel.
For a decent amount of Assist's life, training was still mandatory. We removed it as we weren't getting any new players. New players don't want to sit through the tedious training so they would download the game, start the training and then never play again.

Maybe I was thinking remove players gun :) I did think it was in the game but maybe not. I cant argue.I dont med I never done it abnd it cause some upset when I refuse to med. So it does me no favours. I never done it as i see people who think they own you cause your a med. So I would never do it. and was disapointed when I see I had it.
Words are great possed but the tune is crap. A condeming fear strikes down
Things they cannot understand. An excuse to cover up weaknesses that lie within Lies
Laying your guilt and pain. On people that had no part in the molding of a life
That creates its destruction. Lies. Right before your very eyes
A reflection of the mistakes. To the end you will deny. Your part in the demise of a life
Lack of comprehension. Thriving on your cliche. Compelled by self-resentment
Reaching into the minds of those that created. The depression in which they
In which they drowned their flesh and blood. Lies. So easy to blame the
Everlasting fear on a pathetic attempt. To justify the ending of life. Lies
Right before your very eyes. A reflection of the mistakes. To the end you will deny
Your part in the demise of a life
Lack of comprehension. Thriving on your cliche. Compelled by self-resentment

Offline Alex

Re: A way to kill a player as an admin?
« Reply #11 on: Sunday, February 25, 2018, 13:45:15 PM »
Maybe I was thinking remove players gun :)
That is still in the admin panel.

Offline -Vegeta-

  • Dedicated Poster
  • *****
  • Posts: 1,048
    • View Profile
  • AA: Vegeta
Re: A way to kill a player as an admin?
« Reply #12 on: Sunday, February 25, 2018, 16:55:28 PM »
That is still in the admin panel.

Lol No way is it?Where. I need it for Merlin.
Words are great possed but the tune is crap. A condeming fear strikes down
Things they cannot understand. An excuse to cover up weaknesses that lie within Lies
Laying your guilt and pain. On people that had no part in the molding of a life
That creates its destruction. Lies. Right before your very eyes
A reflection of the mistakes. To the end you will deny. Your part in the demise of a life
Lack of comprehension. Thriving on your cliche. Compelled by self-resentment
Reaching into the minds of those that created. The depression in which they
In which they drowned their flesh and blood. Lies. So easy to blame the
Everlasting fear on a pathetic attempt. To justify the ending of life. Lies
Right before your very eyes. A reflection of the mistakes. To the end you will deny
Your part in the demise of a life
Lack of comprehension. Thriving on your cliche. Compelled by self-resentment

Offline LEEFFM

Re: A way to kill a player as an admin?
« Reply #13 on: Sunday, February 25, 2018, 17:33:13 PM »
Lol No way is it?Where. I need it for Merlin.

removing a players gun is as simple as using the Admin Focreclass console command or going into the admin command post and using the Admin Forceclass command that way, the class you need to force to remove player weapons is RCT.

Code: [Select]
Admin ForceClass <playername |="" playerid=""> <class> - Changes the class of the specified player.
           Examples:
                 Admin ForceClass .neXus[LEEFFM] RCT


                 ^^ typing that command in the console would remove my gun
« Last Edit: Sunday, February 25, 2018, 17:38:07 PM by LEEFFM »

Offline -Vegeta-

  • Dedicated Poster
  • *****
  • Posts: 1,048
    • View Profile
  • AA: Vegeta
Re: A way to kill a player as an admin?
« Reply #14 on: Monday, February 26, 2018, 04:03:43 AM »
Cheers man
Words are great possed but the tune is crap. A condeming fear strikes down
Things they cannot understand. An excuse to cover up weaknesses that lie within Lies
Laying your guilt and pain. On people that had no part in the molding of a life
That creates its destruction. Lies. Right before your very eyes
A reflection of the mistakes. To the end you will deny. Your part in the demise of a life
Lack of comprehension. Thriving on your cliche. Compelled by self-resentment
Reaching into the minds of those that created. The depression in which they
In which they drowned their flesh and blood. Lies. So easy to blame the
Everlasting fear on a pathetic attempt. To justify the ending of life. Lies
Right before your very eyes. A reflection of the mistakes. To the end you will deny
Your part in the demise of a life
Lack of comprehension. Thriving on your cliche. Compelled by self-resentment

 

Download Assist

×

Download Game Client

Important: Battletracker no longer exists. However, old Battletracker accounts may still work. You can create a new 25Assist account here

Download Server Manager