PlayerPlaySound
#4

what version of same are u using
https://sampwiki.blast.hk/wiki/OnPlayerTakeDamage
https://sampwiki.blast.hk/wiki/PlayerPlaySound
pawn Код:
public OnPlayerTakeDamage(playerid, issuerid, Float:amount, weaponid)
{
   new Float: X, Float:Y, Float:z;
   GetPlayerPos(playerid, X,Y,Z);
   PlayerPlaySound(playerid, 1142, X,Y,Z);
   return 1;
}
Reply


Messages In This Thread
PlayerPlaySound - by HUYA - 17.01.2013, 14:57
Re: PlayerPlaySound - by dr.lozer - 17.01.2013, 16:29
Re: PlayerPlaySound - by HUYA - 18.01.2013, 10:01
Re: PlayerPlaySound - by Glad2BeHere - 18.01.2013, 10:28
Re: PlayerPlaySound - by Threshold - 18.01.2013, 10:32
Re: PlayerPlaySound - by HUYA - 18.01.2013, 10:33
Re: PlayerPlaySound - by martin3644 - 18.01.2013, 10:45
Re: PlayerPlaySound - by Norrin - 18.01.2013, 10:49
Re: PlayerPlaySound - by Threshold - 18.01.2013, 10:50
Re: PlayerPlaySound - by RajatPawar - 18.01.2013, 10:53

Forum Jump:


Users browsing this thread: 2 Guest(s)