View Single Post
sabo
Junior Member
Join Date: Oct 2014
Old 10-14-2014 , 12:37   Re: [CS:GO] [KSR] Friendly Fire Killshot Reverse 1.5 [14.10.2014]
Reply With Quote #10

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!
sabo is offline