SA-MP Forums Archive
[Ajuda] Rбdio - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Rбdio (/showthread.php?tid=591783)



Rбdio - jefrens - 16.10.2015

Pessoal, alguйm me ajuda? Criei esse jeito pra tocar musicas do ******* em um rбdio, mas nгo funcionou...
Alguйm poderia me ajudar como eu faзo pra botar musicas do 4shared, dropbox, mp3skull ou do prуprio *******... nessa dialog?

PHP код:
      if(dialogid == 3499){
        if(
response){
            if(
strlen(inputtext) > 250)return SendClientMessage(playeridCOLOR_GREY" O link que vocк digitou estб muito grande !");
            if(
isPertoSound(playerid))return SendClientMessage(playeridCOLOR_GREY" Jб existe um rбdio tocando muito prуximo a este local !");
            
format(stringsizeof(string), "* %s ligou seu rбdio portбtil."PlayerName(playerid));
            
SendClientMessageInRange(30.0playeridstringCOLORGZ_EXE,COLORGZ_EXE,COLORGZ_EXE,COLORGZ_EXE,COLORGZ_EXE);
            
ApplyAnimation(playerid,"BOMBER","BOM_Plant_2Idle",4.1,0,1,1,0,0);
            
RemovePlayerAttachedObject(playeridSlot_Radio);
            
PlayerInfo[playerid][pComRadio] = false;
            if(
strfind(inputtext,"www.*******.com",true) != -1){
                new 
localURL[128];
                
strmid(localURL,inputtext,strfind(inputtext"v=")+2,strfind(inputtext"v=")+19);
                
format(inputtext128"http://mwrserver.com/*******.php?videoid=%s",localURL);
            }
            
createSound(playeridinputtext);
        }
        return 
1;
    } 



Re: Rбdio - Asus994 - 17.10.2015

@edit topic errado


Re: Rбdio - jefrens - 17.10.2015

:/ alguйm ajuda?


Re: Rбdio - Sennior - 17.10.2015

Acho que sу tem como com links .mp3 direto, vнdeos do ******* acho que nгo da.


Re: Rбdio - jefrens - 17.10.2015

Sim @Sennior, mas como eu faria para colocar os links .mp3?


Re: Rбdio - Jimmmy - 17.10.2015

https://sampforum.blast.hk/showthread.php?tid=518119


Re: Rбdio - Madhrer - 17.10.2015

Algo parecido com isso o search ?
https://sampforum.blast.hk/showthread.php?tid=589215