AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO] Friendly Fire > Killshot Reverse 2.0.0 [2018.05.19] (https://forums.alliedmods.net/showthread.php?t=237011)

Neuro Toxin 03-16-2014 01:59

[CS:GO] Friendly Fire > Killshot Reverse 2.0.0 [2018.05.19]
 
[CS:GO] Friendly Fire > Killshot Reverse
A useful plugin that controls how damage is processed.

Installation

Configuration

Configuration - Reverse killshot damage to attacker

Configuration - Disable all damage including fall damage (skill servers)

Configuration - Mirror damage back to attacker

Changelog

Download
GitHub
Donate

boombee 03-17-2014 14:41

Re: [CS:GO] [FFKR] Friendly Fire Killshot Reverse
 
Just like this? I know this kind of plugin known as "Mirror Damage"

https://forums.alliedmods.net/showthread.php?p=1870710

There are tons of other version.

Neuro Toxin 03-17-2014 18:00

Re: [CS:GO] [FFKR] Friendly Fire Killshot Reverse
 
Hello.

My plugin only reverses killshot damage. All other team damage is left alone.

Neuro Toxin 03-17-2014 22:39

Re: [CS:GO] [KSR] Friendly Fire Killshot Reverse 1.1 [18.03.2014]
 
Version 1.1
  • Added cvars killshotreverse_enable and killshotreverse_dmgratio.
  • Added translation file for messages.
I'm hoping to receive plugin approval.

Neuro Toxin 03-18-2014 00:15

Re: [CS:GO] [KSR] Friendly Fire Killshot Reverse 1.1 [18.03.2014]
 
Version 1.2
  • Fixed killshotreverse_dmgratio not applying correctly.
  • Fixed loading of cvar's on plugin start.

Neuro Toxin 03-18-2014 20:47

Re: [CS:GO] [KSR] Friendly Fire Killshot Reverse 1.3 [19.03.2014]
 
Version 1.3
  • Fixed player being hooked for processing when the plugin is disabled.

highway to hell 04-04-2014 19:02

Re: [CS:GO] [KSR] Friendly Fire Killshot Reverse 1.3 [19.03.2014]
 
I have tried this plugin on my server. It seams that there is a problem. Somethimes plugin gives back damage, but somethimes not. For example, in some cases I shoot on my team member and I loose health, but somethimes I can take his health down.

Neuro Toxin 04-08-2014 19:26

Re: [CS:GO] [KSR] Friendly Fire Killshot Reverse 1.3 [19.03.2014]
 
Hello,

When you attack a team mate. If they wont die from the shoot. They still take the damage.

If your attack is going to kill your team mate. Then the damage is reversed and applied to you.

It only reverses killshot damage.

Neuro Toxin 10-14-2014 05:49

Re: [CS:GO] [KSR] Friendly Fire Killshot Reverse 1.5 [14.10.2014]
 
Version 1.5
  • Added cvars: killshotreverse_reversealldamage, killshotreverse_disablealldamage, killshotreverse_disablefalldamage
  • Timer now parses a userid instead of client index
  • A little optimisation with convar handling

sabo 10-14-2014 12:37

Re: [CS:GO] [KSR] Friendly Fire Killshot Reverse 1.5 [14.10.2014]
 
I added all the folders which were in the zip file into the sourcemod folder and configured the plugin to disable all damage but people still can kill eachother :(

This is what I changed:

Code:

new bool:Enabled = true;
new Float:DamageRatio = 0.25;
new bool:DisableAllDamage = true;
new bool:SuicidingPlayers[MAXPLAYERS + 1];
new bool:DisableFallDamage = true;
new bool:FriendlyFire = false;
new bool:ReverseAllDamage = false;

Appreciate your help!


All times are GMT -4. The time now is 22:10.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.