Audio wont play !
#1

Hey!
I loaded the plugin in my server , i did everything okey.
pawn Код:
CMD:testplay(playerid, params[])
{
    Audio_SetPack("other_pack", true);
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(Audio_IsClientConnected(i))
            {
                new handleid = Audio_Play(playerid, 4, false, false, false);
                Audio_SetVolume(playerid, handleid, 100);
            }
        }
    }
    return 1;
}
Also on playerconnect
Audio_TransferPack(playerid);
And its just doesnt play the sounds (my client plugin is ok cuz i tested it on other servers that have audio plugin , and on the samp-server it says that the sound was loaded fine ...)
Reply


Messages In This Thread
Audio wont play ! - by Elka_Blazer - 20.11.2011, 03:59
Re: Audio wont play ! - by KfirRP - 20.11.2011, 04:08
Re: Audio wont play ! - by Elka_Blazer - 20.11.2011, 04:12
Re: Audio wont play ! - by KfirRP - 20.11.2011, 04:36
Re: Audio wont play ! - by Elka_Blazer - 20.11.2011, 05:06
Re: Audio wont play ! - by KfirRP - 20.11.2011, 11:25

Forum Jump:


Users browsing this thread: 1 Guest(s)