SA-MP Forums Archive
The audio does not play - 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: The audio does not play (/showthread.php?tid=658434)



Audio dont start! - dani18 - 03.09.2018

Hi, i have a problem when playing an audio, and it is not playing!

PHP код:
CMD:test(playeridparams[])
{
Audio_Play(playerid1falsefalsefalse);
return 
1;
}
public 
OnGameModeInit()
{
Audio_SetPack("default_pack");
return 
1;

Test images;





Re: The audio does not play - dani18 - 04.09.2018

bump