forked from UNLOZE/sm-plugins
KR: blub
This commit is contained in:
@@ -117,7 +117,7 @@ public Action OnClientKnife(Handle timer)
|
|||||||
|
|
||||||
public void ZR_OnClientInfected(int client, int attacker, bool motherInfect, bool respawnOverride, bool respawn)
|
public void ZR_OnClientInfected(int client, int attacker, bool motherInfect, bool respawnOverride, bool respawn)
|
||||||
{
|
{
|
||||||
if(!g_bKnifeRevert || !g_bKnife)
|
if(!g_bKnifeRevert || !g_bKnife || attacker == -1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if(g_iClientIndexKnifedZombie == attacker)//originally knifed forward zombies kills ppl
|
if(g_iClientIndexKnifedZombie == attacker)//originally knifed forward zombies kills ppl
|
||||||
|
|||||||
Reference in New Issue
Block a user