Raised This Month: $12 Target: $400
 3% 

[CS:GO/CS:S] Hide Attacker [For Jailbreak Servers or other]


Post New Thread Reply   
 
Thread Tools Display Modes
Ejziponken
AlliedModders Donor
Join Date: Apr 2008
Old 06-05-2014 , 08:26   Re: [CS:S] Hide Attacker [For Jailbreak Servers or other]
Reply With Quote #21

Crashes server without logs.
Ejziponken is offline
live4net
AlliedModders Donor
Join Date: Jul 2014
Old 07-23-2015 , 14:05   Re: [CS:S] Hide Attacker [For Jailbreak Servers or other]
Reply With Quote #22

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
__________________

live4net is offline
SHAREN
Senior Member
Join Date: Dec 2011
Old 07-30-2015 , 15:40   Re: [CS:S] Hide Attacker [For Jailbreak Servers or other]
Reply With Quote #23

Please upgrade to CS: GO, on the CS: GO plugin works, but appears ugly
SHAREN is offline
Send a message via Skype™ to SHAREN
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 12-24-2015 , 09:49   Re: [CS:S] Hide Attacker [For Jailbreak Servers or other] 1.3
Reply With Quote #24

New version 1.3

-Fix for works with GOTV REPLAY CS:GO

https://github.com/Franc1sco/HideAtt...605731d32c1347
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.


Last edited by Franc1sco; 12-24-2015 at 09:50.
Franc1sco is offline
Send a message via MSN to Franc1sco
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 01-28-2016 , 02:59   Re: [CS:S] Hide Attacker [For Jailbreak Servers or other] 1.3
Reply With Quote #25

Fixed a infinite loop when player suicide.

Download the latest version here: https://github.com/Franc1sco/HideAtt...ive/master.zip
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
SHAREN
Senior Member
Join Date: Dec 2011
Old 01-28-2016 , 07:22   Re: [CS:S] Hide Attacker [For Jailbreak Servers or other] 1.4
Reply With Quote #26

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.
SHAREN is offline
Send a message via Skype™ to SHAREN
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 05-14-2016 , 15:36   Re: [CS:S] Hide Attacker [For Jailbreak Servers or other] 1.3
Reply With Quote #27

Quote:
Originally Posted by Franc1sco View Post
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 is offline
iGANGNAM
AlliedModders Donor
Join Date: Sep 2012
Location: Lithuania
Old 07-06-2016 , 13:16   Re: [CS:S] Hide Attacker [For Jailbreak Servers or other]
Reply With Quote #28

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...
__________________
iGANGNAM is offline
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 07-06-2016 , 13:29   Re: [CS:S] Hide Attacker [For Jailbreak Servers or other]
Reply With Quote #29

Quote:
Originally Posted by iGANGNAM View Post
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
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:44.


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