AAO25.com

Assist => Support => AA Support => Topic started by: hitman on Friday, October 27, 2017, 00:01:12 AM

Title: A way to kill a player as an admin?
Post by: hitman 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
Title: Re: A way to kill a player as an admin?
Post by: teddy_grizzly_bear on Friday, October 27, 2017, 00:38:05 AM
No.
Title: Re: A way to kill a player as an admin?
Post by: 82nd_DXO_COL=Shad on Wednesday, November 29, 2017, 23:49:28 PM
for ROE penalty there's bEnableROEKickDeath=True
Title: Re: A way to kill a player as an admin?
Post by: -Vegeta- on Thursday, November 30, 2017, 18:17:46 PM
Or you can set the roe kick value?
Title: Re: A way to kill a player as an admin?
Post by: LEEFFM 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');
}
            }
        }
    }
}
Title: Re: A way to kill a player as an admin?
Post by: HauptmannDr. on Saturday, February 24, 2018, 11:26:24 AM
shoot him ;-) that will kill him ... :idea: :idea:
Title: Re: A way to kill a player as an admin?
Post by: Alex 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.
Title: Re: A way to kill a player as an admin?
Post by: -Vegeta- 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.
Title: Re: A way to kill a player as an admin?
Post by: Alex 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.
Title: Re: A way to kill a player as an admin?
Post by: LEEFFM 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.
Title: Re: A way to kill a player as an admin?
Post by: -Vegeta- 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.
Title: Re: A way to kill a player as an admin?
Post by: Alex on Sunday, February 25, 2018, 13:45:15 PM
Maybe I was thinking remove players gun :)
That is still in the admin panel.
Title: Re: A way to kill a player as an admin?
Post by: -Vegeta- 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.
Title: Re: A way to kill a player as an admin?
Post by: LEEFFM 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
Title: Re: A way to kill a player as an admin?
Post by: -Vegeta- on Monday, February 26, 2018, 04:03:43 AM
Cheers man
Title: Re: A way to kill a player as an admin?
Post by: LEEFFM on Monday, February 26, 2018, 05:49:18 AM
Anytime, also here is a list of classes you can force using the Admin Forceclass command.

US Weapons:
Code: [Select]
     R - M16A2 Assault Rifle
     G - M16A2 / M203 Grenade Launcher
     AR - M249 Squad Automatic Weapon (SAW)
     M - M4A1 Carbine
     M4M - M4 SOPMOD
     M4A1Auto - Ranger M4A1
     MA - Ranger M4A1
     SF - M4 SOPMOD
     D - M4 SOPMOD with AGP-DB14 Door Breaching Charge.
     S24 - M24 SWS
     S - M82A1 SAMR
     S82 - M82A1 SAMR
     SPR - MK 12 MOD 0 Special Purpose Rifle (SPR)
     M9 - M9 Beretta Pistol
     AT4 - M136 AT4 Light Anti-Tank Weapon
     J - Javelin Anti-tank Missile
     BDM - M141 Bunker Defeat Munition (BDM)

Foreign Weapons:
Code: [Select]
     AK - AK-47 Assault Rifle
     GP - AK-47 / GP30 Grenade Launcher
     AK74SU - AKS-74U
     RPK - RPK
     SVD - Dragunov SVD
     MOS - Mosin-Nagant
     V - VSS Vintorez
     RPG - RPG-7
     RPG9 - PG-7VR Tandem Warhead RPG

Other Weapons:
Code: [Select]
     SL - Squad Leader
     FT - Fireteam Leader
     RCT - Recruit (no weapons)
     PSO - PSO (AK74 with scope)

For future reference here all all singleplayer and multiplayer console commands: http://manual.americasarmy.com/index.php/What_console_commands_can_I_use_in_America's_Army%3F
Title: Re: A way to kill a player as an admin?
Post by: ^Ta766^ on Saturday, March 03, 2018, 15:50:02 PM
thanks!!  :up: