16.08.2013, 10:14
Os dois comandos postados funcionam perfeitamente. O problema estб na URL.
Normalmente, tem www.xxxx./nomedamusica.mp3
Coloque estes dois comandos e tente lб com este link:
http://k006.kiwi6.com/hotlink/28c9w3...ure_Chris_.mp3
Normalmente, tem www.xxxx./nomedamusica.mp3
PHP код:
CMD:tocarmusica(playerid,params[])
{
new link[256];
if(sscanf(params, "s", link)) return SendClientMessage(playerid, -1,"[ USO: ] /tocarmusica [link direto]");
PlayAudioStreamForPlayer(playerid,url);
return 1;
}
CMD:pararmusica(playerid, params[])
{
StopAudioStreamForPlayer(playerid);
SendClientMessage(playerid, -1,"Desligaste a mъsica.");
return 1;
}
http://k006.kiwi6.com/hotlink/28c9w3...ure_Chris_.mp3