[Ajuda] Erros com dialog input
#9

Quote:
Originally Posted by Supera
Посмотреть сообщение
nгo й, se fosse problema no link pelomenos iria mostrar o link da radio quando seleciona-se, nem isso mostra...
Comando pode ta errado !


PHP код:
@Edit
if(dialogid == 2014)
{
    if(
response)
    {
        if(
listitem == 1)
        {
             
PlayAudioStreamForPlayer(playerid"http://http://189.76.158.148:50008");
              
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Atlantida.");
        }
        
//Radio Country Sertanejo
        
if(listitem == 2)
        {
              
PlayAudioStreamForPlayer(playerid"http://108.163.178.106:8075");
              
SendClientMessage(playerid, -1" Menssagem");
        }
        
//Radio Dance
        
if(listitem == 3)
        {
              
PlayAudioStreamForPlayer(playerid"http://173.193.201.100:8068");
              
SendClientMessage(playerid, -1" Menssagem");
        }
        
//Radio Dance PoP
        
if(listitem == 4)
        {
            
PlayAudioStreamForPlayer(playerid"http://80.237.157.97:8450");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Dance PoP.");
        }
            
//Radio Funck Sincronizado
        
if(listitem == 5)
        {
            
PlayAudioStreamForPlayer(playerid"http://83:170.116.212:7589");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Funck Sincronizado.");
        }
        
//Radio Fusion
        
if(listitem == 6)
        {
            
PlayAudioStreamForPlayer(playerid"http://65.60.34.34:8000");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Fusion.");
        }
        
//Radio Games Brasil
        
if(listitem == 7)
        {
            
PlayAudioStreamForPlayer(playerid"http://74.222.1.205:966/");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Games Brasil.");
        }
        
//Radio Hunter
        
if(listitem == 8)
        {
            
PlayAudioStreamForPlayer(playerid"http://live.hunterfm.com:8080/");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Hunter.");
        }
        
//Radio Joven Pan
        
if(listitem == 9)
        {
            
PlayAudioStreamForPlayer(playerid"http://46.166.135.85:9998");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Joven Pan.");
        }
        
//Radio MegaSom
        
if(listitem == 10)
        {
            
PlayAudioStreamForPlayer(playerid"http://174.142.196.188:8048");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio MegaSom.");
        }
        
//Radio Mega Hits
        
if(listitem == 11)
        {
            
PlayAudioStreamForPlayer(playerid"http://64.56.64.82:16910");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Mega Hits.");
        }
        
//Radio MegaRock
        
if(listitem == 12)
        {
            
PlayAudioStreamForPlayer(playerid"http://205.188.215.228:8012");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio MegaRock.");
        }
        
//Radio Metalica
        
if(listitem == 13)
        {
            
PlayAudioStreamForPlayer(playerid"http://199,16.186.40:8522/");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Metalica.");
        }
        
//Radio Metropolitana
        
if(listitem == 14)
        {
            
PlayAudioStreamForPlayer(playerid"http://metropolitanafm.uol.com.br/ao-vivo/");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Metropolitana.");
        }
        
//Radio Mix
        
if(listitem == 15)
        {
            
PlayAudioStreamForPlayer(playerid"http://184.82.14.162:9358/");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Mix.");
        }
        
//Radio Pagode
        
if(listitem == 16)
        {
            
PlayAudioStreamForPlayer(playerid"http://50.30.35.23:8172");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Pagode.");
        }
        
//Radio Raggae
        
if(listitem == 17)
        {
            
PlayAudioStreamForPlayer(playerid"http://76.90.204.146:8001");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Raggae.");
        }
        
//Radio Sertaneja
        
if(listitem == 18)
        {
            
PlayAudioStreamForPlayer(playerid"http://76.90.204.146:8001");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio Sertaneja.");
        }
        
//Radio VLogs
        
if(listitem == 19)
        {
            
PlayAudioStreamForPlayer(playerid"http://174.36.196.156:7390/");
            
SendClientMessage(playerid, -1"[Rбdio] Conectado a Rбdio VLogs.");
        }
    }
}
if (
strcmp(cmd"/radios"true) == 0)// CMD:radios(playerid, params[])
{
    
ShowPlayerDialog(playerid,2014,DIALOG_STYLE_LIST,"{FF0077}","{FF0000}nenhum\n{FF0000}nenhum\n{FF0000}nenhum\n{FF0000}nenhum\n{FF0000}nenhum","Executar","Sair");
    
GameTextForPlayer(playerid"~n~Rбdio Ligado~y~"50003);
    return 
1;

Reply


Messages In This Thread
Erros com dialog input - by Supera - 10.10.2012, 18:50
Re: Erros com dialog input - by Life Advanced - 10.10.2012, 19:02
Re: Erros com dialog input - by Supera - 10.10.2012, 19:07
Re: Erros com dialog input - by Life Advanced - 10.10.2012, 19:08
Re: Erros com dialog input - by Supera - 10.10.2012, 19:11
Re: Erros com dialog input - by Life Advanced - 10.10.2012, 19:16
Re: Erros com dialog input - by @Riichard - 10.10.2012, 19:17
Re: Erros com dialog input - by Supera - 10.10.2012, 19:18
Re: Erros com dialog input - by Life Advanced - 10.10.2012, 19:24
Re: Erros com dialog input - by Supera - 10.10.2012, 19:29

Forum Jump:


Users browsing this thread: 1 Guest(s)