11.05.2012, 14:20
Hello,I'm wondering if there is anyway that I can make on my server the Sniper to be like 1 shot=1 kill,If it's possible please somebody tell me.
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
if(weaponid == 34)
{
SetPlayerHealth(playerid, 0.0);
}
return 1;
}