Cant hear anything(Audio Plugin) - 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: Cant hear anything(Audio Plugin) (
/showthread.php?tid=411237)
Cant hear anything(Audio Plugin) -
I3Psychedelic - 28.01.2013
Ey.
pawn Код:
CMD:stest(playerid, params[])
{
new auds[128];
if(!sscanf(params,"s[128]",auds))
{
new Float:x,Float:y,Float:z;
new aud;
aud = Audio_PlayStreamed(playerid,auds,false,true,false);
Audio_Set3DPosition(playerid, aud, x,y,z , 100);
Audio_SetVolume(playerid, aud, 100);
}else return 0;
return 1;
}
The command is weird but its just for testing..
Anyway , I checked my connection ( to the audio plugin ) and its fine.
When I use the CMD it says
Now Playing: the track name , which means it really works , but I cant hear it !
Re: Cant hear anything(Audio Plugin) -
Riddick94 - 28.01.2013
Read audio plugin topic again.
Re: Cant hear anything(Audio Plugin) -
I3Psychedelic - 28.01.2013
Quote:
Originally Posted by Riddick94
Read audio plugin topic again.
|
eyo, send me the link bro?
Re: Cant hear anything(Audio Plugin) -
LarzI - 28.01.2013
Quote:
Originally Posted by I3Psychedelic
eyo, send me the link bro?
|
eyo, use the basic search function bro?