19.08.2016, 23:23
CMD:yt(playerid, params[])
{
if(IsPlayerAdmin[playerid])
if(isnull(params)) return SendClientMessage(playerid, -1, "{996600}ERROR: /yt [URL]");
format(params, 145, "http://www.*******inmp3.com/fetch/?video=%s", params);
PlayAudioStreamForPlayer(playerid, params);
return 1;
}
{
if(IsPlayerAdmin[playerid])
if(isnull(params)) return SendClientMessage(playerid, -1, "{996600}ERROR: /yt [URL]");
format(params, 145, "http://www.*******inmp3.com/fetch/?video=%s", params);
PlayAudioStreamForPlayer(playerid, params);
return 1;
}