audio stream issues. +REP
#1

hey guys its me ONCE again. >_> yeah i know ive posted ALOT of stuff here xD.
BUT i am having some issues with incognitos audio plugin i coded everything right (i think)
i dont get ANY errors. but the audio just doesnt stream?! maybe i forgot a line of code or somthing?
heres what ive done so far.

Код:
 include <audio>

    public OnGameModeInit()
{
    
    Audio_SetPack("default_pack");
    return 1;
}

public OnPlayerConnect(playerid)
{
	Audio_Play(playerid, 1);
        return 1;
}

public OnPlayerSpawn(playerid)
{
    Audio_Stop(playerid, 1);
	return 1;
}
the only problem i can honestly think of is the fact that i am missing some code.
well anywho some help is appriciated plus whoever helps me will get +REP!
Reply


Messages In This Thread
audio stream issues. +REP - by xXitsgodzillaXx - 08.03.2012, 00:38
Re: audio stream issues. +REP - by xXitsgodzillaXx - 08.03.2012, 13:46
Re: audio stream issues. +REP - by xXitsgodzillaXx - 12.03.2012, 14:39
Re: audio stream issues. +REP - by VIPAwesome - 12.03.2012, 14:47
Re: audio stream issues. +REP - by xXitsgodzillaXx - 12.03.2012, 23:19
Re: audio stream issues. +REP - by SnG.Scot_MisCuDI - 13.03.2012, 00:30
Re: audio stream issues. +REP - by Snipa - 13.03.2012, 00:31
Re: audio stream issues. +REP - by eesh - 13.03.2012, 04:43
Re: audio stream issues. +REP - by SsHady - 13.03.2012, 15:40
Re: audio stream issues. +REP - by xXitsgodzillaXx - 13.03.2012, 15:41

Forum Jump:


Users browsing this thread: 2 Guest(s)