Fire rate
#1

Hello,i Can make a gun fire rate like just the sniper,1 shot kills ?
Reply
#2

pawn Код:
public OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid, bodypart)
{
    if (weaponid == WEAPON_SNIPER)
    {
        SetPlayerHealth(damagedid, 0);
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)