I want stream this for all palyers
#2

pawn Код:
CMD:yt(playerid, params[])
{
    //if(IsPlayerAdmin[playerid])
    if(isnull(params)) SendClientMessage(playerid, -1, "{996600}ERROR: /yt [URL]");
    else
    {
        new str[200];
        format(str, sizeof(str), "http://www.*******inmp3.com/fetch/?video=%s", params);
        for(new i = GetPlayerPoolSize(); i > -1; i--)
            if(IsPlayerConnected(i))
                PlayAudioStreamForPlayer(i, str);
    }
    return 1;
}
Reply


Messages In This Thread
I want stream this for all palyers - by KochJaber - 19.08.2016, 23:23
Re: I want stream this for all palyers - by Jefff - 19.08.2016, 23:48
Re: I want stream this for all palyers - by KochJaber - 19.08.2016, 23:51
Re: I want stream this for all palyers - by Jefff - 19.08.2016, 23:59
Re: I want stream this for all palyers - by KochJaber - 20.08.2016, 00:03
Re: I want stream this for all palyers - by Jefff - 20.08.2016, 00:07
Re: I want stream this for all palyers - by Sew_Sumi - 20.08.2016, 00:42

Forum Jump:


Users browsing this thread: 2 Guest(s)