AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO/CS:S] Hide Attacker [For Jailbreak Servers or other] (https://forums.alliedmods.net/showthread.php?t=174926)

Ejziponken 06-05-2014 08:26

Re: [CS:S] Hide Attacker [For Jailbreak Servers or other]
 
Crashes server without logs.

live4net 07-23-2015 14:05

Re: [CS:S] Hide Attacker [For Jailbreak Servers or other]
 
I got problem with this plugin. Maybe sombody know other method to hide attacker?

My problem description:
https://forums.alliedmods.net/showthread.php?t=267037

SHAREN 07-30-2015 15:40

Re: [CS:S] Hide Attacker [For Jailbreak Servers or other]
 
Please upgrade to CS: GO, on the CS: GO plugin works, but appears ugly

Franc1sco 12-24-2015 09:49

Re: [CS:S] Hide Attacker [For Jailbreak Servers or other] 1.3
 
New version 1.3

-Fix for works with GOTV REPLAY CS:GO

https://github.com/Franc1sco/HideAtt...605731d32c1347

Franc1sco 01-28-2016 02:59

Re: [CS:S] Hide Attacker [For Jailbreak Servers or other] 1.3
 
Fixed a infinite loop when player suicide.

Download the latest version here: https://github.com/Franc1sco/HideAtt...ive/master.zip

SHAREN 01-28-2016 07:22

Re: [CS:S] Hide Attacker [For Jailbreak Servers or other] 1.4
 
Code:

public Action:event_Death(Handle:event, const String:name[], bool:dontBroadcast)
{
        if (!dontBroadcast)
        {
                int attacker =        GetClientOfUserId(GetEventInt(event, "attacker"));
                if (!attacker) return Plugin_Continue;
               
                SetEventInt(event, "attacker", GetClientUserId(0));
        }
        return Plugin_Continue;
}

Why not?
Without FireEvent and return Plugin_Changed; it also works.
Only one event_death.

iGANGNAM 05-14-2016 15:36

Re: [CS:S] Hide Attacker [For Jailbreak Servers or other] 1.3
 
Quote:

Originally Posted by Franc1sco (Post 2387491)
Fixed a infinite loop when player suicide.

Download the latest version here: https://github.com/Franc1sco/HideAtt...ive/master.zip

It shows that player has suicided, but it doesn't show with what weapon...

iGANGNAM 07-06-2016 13:16

Re: [CS:S] Hide Attacker [For Jailbreak Servers or other]
 
It doesn't hide it anymore atleast for me SourceMod 1.8.0.5916, by AlliedModders LLC
Instead of that I get doubled notices.
It's like I get 1 "hidden" attacker notice.
Second is like normal kill notice...

Franc1sco 07-06-2016 13:29

Re: [CS:S] Hide Attacker [For Jailbreak Servers or other]
 
Quote:

Originally Posted by iGANGNAM (Post 2434156)
It doesn't hide it anymore atleast for me SourceMod 1.8.0.5916, by AlliedModders LLC
Instead of that I get doubled notices.
It's like I get 1 "hidden" attacker notice.
Second is like normal kill notice...

Fixed, redownload new version b1.5


All times are GMT -4. The time now is 16:54.

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