[Pedido] Comando para WEB RADIO
#2

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
        if (strcmp("/radio", cmdtext, true, 10) == 0)
        {
                PlayAudioStreamForPlayer(playerid,"http://stream.radiohunter.com.br:7070/listen.pls");//Radio Hunter
                SendClientMessage(playerid, 0x33CCFFAA, "{FF0000}Radio Hunter {FFFFFF}Ligada!
                return 1;
        }
        return 0;
}
ou

pawn Код:
CMD:radio(playerid, params[])
{
        PlayAudioStreamForPlayer(playerid,"http://stream.radiohunter.com.br:7070/listen.pls");//Radio Hunter
        SendClientMessage(playerid, 0x33CCFFAA, "{FF0000}Radio Hunter {FFFFFF}Ligada!
        return 1;
}
Reply


Messages In This Thread
[Pedido] Comando para WEB RADIO - by Nobiin - 20.04.2012, 18:28
Re: [Pedido] Comando para WEB RADIO - by Delete_ - 20.04.2012, 18:47
Re: [Pedido] Comando para WEB RADIO - by Nobiin - 20.04.2012, 18:53
Re: [Pedido] Comando para WEB RADIO - by ViniBorn - 20.04.2012, 18:55
Re: [Pedido] Comando para WEB RADIO - by Nobiin - 20.04.2012, 19:01
Respuesta: [Pedido] Comando para WEB RADIO - by R3S1D3NT1 - 26.04.2012, 18:01

Forum Jump:


Users browsing this thread: 1 Guest(s)