[Ajuda] Com Random
#1

Criei a Array

pawn Код:
new radio[][] =
{
    {"http://arakuta.xpg.com.br/sandman.mp3","Metallica - Enter Sandman"},
    {"http://arakuta.xpg.com.br/metallica.mp3","Metallica - The Day That Never Comes"},
    {"http://arakuta.xpg.com.br/thegod.mp3","Metallica - The God That Failed"},
    {"http://arakuta.xpg.com.br/fadeto.mp3","Metallica - Fade To Black"}
};
E o comando

pawn Код:
if (strcmp("/radio", cmdtext, true, 10) == 0)
    {
        new rand = random(sizeof(radio));
        PlayAudioStreamForPlayer(playerid,radio[rand][0]);
        SendClientMessage(playerid,CorAzul,radio[rand][1]);
        return 1;
    }
A musica toca certinho, mas o nome acaba saindo a URL sem o H na frente, assim: ttp://arakuta.xpg.com.br/fadeto.mp3 (Sem H no http)
Reply


Messages In This Thread
[Ajuda] Com Random - by arakuta - 12.02.2012, 15:59
Re: [Ajuda] Com Random - by rjjj - 12.02.2012, 16:29
Re: [Ajuda] Com Random - by arakuta - 12.02.2012, 16:37
Re: [Ajuda] Com Random - by rjjj - 12.02.2012, 17:40

Forum Jump:


Users browsing this thread: 3 Guest(s)