<?xml version="1.0" ?><rss version="2.0">
    <channel>
	<title>ETF2L &#8211; Latest activity in &#8220;Sticky self damage only HOW TO?&#8221;</title>
	<link>https://staging.etf2l.org/forum/general/topic-9554/</link>
	<description><![CDATA[The latest posts to this topic.]]></description>
    	<item>
    	    <title>Reply by djshrew</title>
    	    <link>https://staging.etf2l.org/forum/general/topic-9554/page-1/?recent=164081#post=164081</link>
    	    <description><![CDATA[thanks, but is fixed now anyway a mate fixed for me.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=general&#038;topic=9554&#038;post=164081</guid>
    	    <pubDate>Tue, 06 Apr 2010 22:03:07 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by Rotab</title>
    	    <link>https://staging.etf2l.org/forum/general/topic-9554/page-1/?recent=164081#post=164060</link>
    	    <description><![CDATA[Compare the attacker and victim. if it's the same then deal damage]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=general&#038;topic=9554&#038;post=164060</guid>
    	    <pubDate>Tue, 06 Apr 2010 21:17:15 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Reply by djshrew</title>
    	    <link>https://staging.etf2l.org/forum/general/topic-9554/page-1/?recent=164081#post=164034</link>
    	    <description><![CDATA[OK got this so far.

<code>
#pragma semicolon 1
#include 
#include 
#include 

public OnClientPutInServer(client)
{
    SDKHook(client, SDKHook_OnTakeDamage, OnTakeDamage);
}

public Action:OnTakeDamage(victim, &#38;attacker, &#38;inflictor, &#38;Float:damage, &#38;damagetype)
{
    decl String:sWeapon[32];
    GetEdictClassname(inflictor, sWeapon, sizeof(sWeapon));
    
    if(StrEqual(sWeapon, "tf_projectile_pipe_remote""))
    {
        damage *= 0.0;
        return Plugin_Changed;
    }
    
    return Plugin_Continue;
}
</code>

this disables stickies total e.g u can fire them but they do 0 DMG to you or the opposing player. i want to be able to jump but not spam stikes and kill my enemy. so we are 1/2 way there. anyone with a clue understand this and how it can be edited?

Maybe i could set dmg to a low level?
e.g 0.1 (Edit Nope does't work.)]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=general&#038;topic=9554&#038;post=164034</guid>
    	    <pubDate>Tue, 06 Apr 2010 20:28:26 +0200</pubDate>
    	</item>
    	<item>
    	    <title>Created by djshrew</title>
    	    <link>https://staging.etf2l.org/forum/general/topic-9554/page-1/?recent=164081#post=163889</link>
    	    <description><![CDATA[NOTE: The dukehacks method does't work because its sourcemod v1.3 on the server and dukehacks was not updated since V1.1.


So any other way this can be done, would like to make this a feature on our BBServer. due to requests!


We tried sugestion on our server post... http://etf2l.org/forum/general/topic-9402/ but non that work so far.]]></description>
    	    <guid isPermaLink="false">generator=rsdiscuss&#038;baseurl=https://staging.etf2l.org&#038;feed=forum&#038;forum=general&#038;topic=9554&#038;post=163889</guid>
    	    <pubDate>Tue, 06 Apr 2010 15:15:09 +0200</pubDate>
    	</item>
    </channel>
</rss>