Audio Plugin ain't workin' - 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: Audio Plugin ain't workin' (
/showthread.php?tid=624847)
Audio Plugin ain't workin' -
NealPeteros - 23.12.2016
I have the latest plugin and includes, I added the files to audiopacks and added it as well to audio.ini. Still not working. No sound comes up. Here's my code
PHP код:
new LoginAudio; // Global Variable added after #defines
new ZombieAudio; // Global Variable added after #defines
LoginAudio = Audio_Play(playerid, 2); // Under OnPlayerConnect
Audio_Stop(playerid, LoginAudio); //Under OnPlayerSpawn
ZombieAudio = Audio_Play(playerid, 1); // After Audio_Stop(playerid, LoginAudio)
Audio_Stop(playerid, ZombieAudio); // Under OnPlayerDisconnect
Re: Audio Plugin ain't workin' -
Vince - 23.12.2016
Are you aware that you - and by extent your players - need the audio client installed?
Re: Audio Plugin ain't workin' -
NealPeteros - 23.12.2016
Do we? Aight. Thanks!