SA-MP Forums Archive
PlayPlayerSound doesn't work - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: PlayPlayerSound doesn't work (/showthread.php?tid=656389)



PlayPlayerSound doesn't work - TuNiSiAnO1 - 14.07.2018

Hello i have this so if player enter the ammunation it will play the ammunation sound for him but i hear nothing it doesn't work!

PHP код:
  else if(pickupid == pBigaEnter)
  {
    
SetPlayerPos(playerid,285.9489,-39.3204,1001.5156);
    
SetPlayerInterior(playerid,1);
    
SetPlayerFacingAngle(playerid,357.7984);
    
SetCameraBehindPlayer(playerid);
    
PlayerPlaySound(playerid,137,0.0,0.0,0.0);
  } 



Re: PlayPlayerSound doesn't work - GangstaSunny. - 14.07.2018

Cracked GTA San Andreas usualy does not supports all the sounds. Works fine for me.


Re: PlayPlayerSound doesn't work - TuNiSiAnO1 - 14.07.2018

i have original copy


Re: PlayPlayerSound doesn't work - GangstaSunny. - 14.07.2018

Be sure u got the latest SA-MP Version. This sound will only effect under 0.3.7-R2 or - i guess for the future - higher.


Re: PlayPlayerSound doesn't work - TuNiSiAnO1 - 14.07.2018

i have last samp version


Re: PlayPlayerSound doesn't work - GangstaSunny. - 15.07.2018

There are many sounds not playing in SA-MP for unknown reasons.
This may be on of them.