Disable weapon effect?
#2

Try adding this to "OnPlayerTakeDamage"

Quote:

{
new Float:HP;
GetPlayerHealth(playerid, HP);
if(weaponid == 23) SetPlayerHealth(playerid, HP-0);//SilencedColt
return 1;
}

Not 100% sure if it works, but it's worth a try
Reply


Messages In This Thread
Disable weapon effect? - by Gooday - 07.04.2012, 18:15
Re: Disable weapon effect? - by JonesyFoCoTDM - 07.04.2012, 18:27

Forum Jump:


Users browsing this thread: 1 Guest(s)