Playing sound with a weapon
#2

Код:
public OnPlayerTakeDamage(playerid, issuerid, Float: amount, weaponid)
{
        PlayerPlaySound(playerid,17802,0.0,0.0,0.0);
    return 1;
}
public OnPlayerGiveDamage(playerid,damagedid,Float:amount,weaponid)
{
        PlayerPlaySound(playerid,17802,0.0,0.0,0.0);
        return 1;
}
Find more info here: https://sampforum.blast.hk/showthread.php?tid=379416
Reply


Messages In This Thread
Playing sound with a weapon - by Tropicali - 08.02.2014, 22:00
Re: Playing sound with a weapon - by WantedBot - 08.02.2014, 22:53
Re: Playing sound with a weapon - by Tropicali - 16.02.2014, 13:37

Forum Jump:


Users browsing this thread: 1 Guest(s)