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

KnifeSyphon


Post New Thread Reply   
 
Thread Tools Display Modes
Kathle55en
BANNED
Join Date: Oct 2012
Old 10-24-2012 , 23:59   Re: KnifeSyphon
Reply With Quote #71

Update StrEqual with strcmp.


Last edited by Kathle55en; 10-24-2012 at 23:59.
Kathle55en is offline
Blakes7
Senior Member
Join Date: Dec 2012
Location: New England
Old 12-05-2012 , 15:32   Re: KnifeSyphon
Reply With Quote #72

Great work!! Capping the Health at 100 Hit Points would be a fantastic addition keeping with the rest of the game ;)
Blakes7 is offline
apothegm
Member
Join Date: Jul 2012
Old 08-19-2013 , 20:41   Re: KnifeSyphon
Reply With Quote #73

Anyone else having issues with this problem after the recent cs:go update? I thought it was, but now I don't see any health gains. I think it started happening after I updated to new gungame version. Hm.
apothegm is offline
shalnath
New Member
Join Date: Sep 2013
Location: Indiana
Old 09-14-2013 , 23:19   Re: KnifeSyphon
Reply With Quote #74

Quote:
Originally Posted by apothegm View Post
Anyone else having issues with this problem after the recent cs:go update? I thought it was, but now I don't see any health gains. I think it started happening after I updated to new gungame version. Hm.
It doesn't appear to be working at all for me either in classic competitive CS:GO. Has anyone been able to get this to work?

Last edited by shalnath; 09-14-2013 at 23:20.
shalnath is offline
shalnath
New Member
Join Date: Sep 2013
Location: Indiana
Old 09-18-2013 , 08:49   Re: KnifeSyphon
Reply With Quote #75

Looks like I got it working thanks to FlyingMongoose's code here:

Quote:
Originally Posted by apothegm View Post
Here is FlyingMongoose's version to account for any added weapons with knife in their name:

Code:
if (strcmp(gameFolder, "cstrike") == 0 || strcmp(gameFolder,"csgo") == 0) // Counter-Strike: Source or csgo
	{
		if(StrContains(weapon, "knife", false) != -1)
		{
			return 1;
		}
	}
Attached Files
File Type: sp Get Plugin or Get Source (knifesyphon.sp - 129 views - 5.2 KB)

Last edited by shalnath; 09-18-2013 at 08:50.
shalnath is offline
SC]-[LONG_{HoF}
Member
Join Date: Aug 2010
Old 11-30-2014 , 02:58   Re: KnifeSyphon
Reply With Quote #76

I see a few different versions of this plugin but which one actually works with CSGO.


Edit: Fixed with the FlyingMongoose code.
__________________

Last edited by SC]-[LONG_{HoF}; 11-30-2014 at 14:42. Reason: Fixed
SC]-[LONG_{HoF} is offline
utaker
Senior Member
Join Date: Dec 2013
Old 02-23-2015 , 08:52   Re: KnifeSyphon
Reply With Quote #77

csgo errors for fluyingmoongoos edition

SourcePawn Compiler 1.6.4-dev+4618
Copyright (c) 1997-2006, ITB CompuPhase, (C)2004-2008 AlliedModders, LLC
knifesyphon.sp(3 : error 017: undefined symbol "cvarTaser"
1 Error.
utaker is offline
Raggdoll
New Member
Join Date: Jan 2017
Old 01-08-2017 , 00:30   Re: KnifeSyphon
Reply With Quote #78

Bump for a CS:GO fix please.
Raggdoll is offline
slap
Junior Member
Join Date: Sep 2017
Old 10-04-2017 , 19:16   Re: KnifeSyphon
Reply With Quote #79

the cvars do not work, I have this issue with many of the addons I have. am I supposed to add them somewhere? I am running a source server currently.
slap is offline
slap
Junior Member
Join Date: Sep 2017
Old 10-04-2017 , 19:17   Re: KnifeSyphon
Reply With Quote #80

the addon works, but I cannot seem to be able to change the syphon amount in console or rcon. I will try to change the config.
slap is offline
Reply



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 21:40.


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