Cant hear anything(Audio Plugin)
#1

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 !
Reply


Messages In This Thread
Cant hear anything(Audio Plugin) - by I3Psychedelic - 28.01.2013, 10:32
Re: Cant hear anything(Audio Plugin) - by Riddick94 - 28.01.2013, 11:24
Re: Cant hear anything(Audio Plugin) - by I3Psychedelic - 28.01.2013, 11:25
Re: Cant hear anything(Audio Plugin) - by LarzI - 28.01.2013, 12:23

Forum Jump:


Users browsing this thread: 1 Guest(s)