[AIUTO]Comando /Mp3 con dialog

« Older   Newer »
 
  Share  
.
  1.     +1   -1
     
    .
    Avatar


    Group
    Member
    Posts
    3,351
    Reputazione
    +375
    Location
    Napoli

    Status
    Anonymous
    Ciao a tutti!
    Oggi stavo inserendo questo script nella mia gm:
    CODICE
    //mp3//
      if (strcmp("/mp3", cmdtext, true, 10) == 0)
      {
      ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "{FFFFFF}Mp3 {7FFF00}List{FFFFFF}","Avcii Wake Me Up\nDj Antonie House Party\nEnimen No Love Remix \nFedez Ff DargentD'Amico Bocciofili \n{FFFFFF}Fedez Alfonso Signiorini\nKayne West Stronger\nLoquendo,Cj Ft Niko MAdda fakka bro\nMoreno Sapore Di Sale\nClementino O Vient\nFizzy Feeder Shatter\nRobbie Williams Candy\nFlorida Whistle Remix\nEmis Killa Il King It\nFast6 We Own It\nWiz Khalifa Young Wild And Free\nDavid Guetta Play Hard\nMacklemore Thrift Shop\nAC And DC Back In Black\nBlur Song 2\nFolkstone Respiro Avido\nFabri Fibra Ring Ring","Ok","Esci");
      return 1;
      }
      return 0;
      }
      public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
      {
      if(response)
      {
      switch(dialogid)
      {
      case 1:
      {
      switch(listitem)
      {
      case 0:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/o51w9885r2/avicii_-_avicii_-_wake_me_up_lyric_video_.mp3");
      }
      case 1:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/23vv6e5njb/dj_antoine_-_house_party_hd-hq_lyrics_i.d._.mp3");
      }
      case 2:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://brandonblattner.com/home/audio/Eminem%20-%20Recovery/09-eminem-no_love_(feat_lil_wayne).mp3");
      }
      case 3:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/on9ir7o1k0/dargen_d_amico_bocciofili_con_fedez_e_mistico_fto_.mp3");
      }
      case 4:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/06ia52zkuq/fedez_-_alfonso_signorini_eroe_nazionale_.mp3");
      }
      case 5:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/sputk4ex7p/kanye_west_stronger_and_lyrics.mp3");
      }
      case 6:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/p114o06cjx/gta_rap_-_niko_bellic_feat_cj_-_madda_fakka_br_loquendo_.mp3");
      }
      case 7:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/z12dru06s5/moreno_-_sapore_d_estate_stecca_cd_quality.mp3");
      }
      case 8:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/14742dg71c/c...m_mea_culpa.mp3");
      }
      case 9:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/26nsc8n35c/fizzy_-_feeder_-_shatter_-_mp3tx.com_.mp3");
      }
      case 10:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/d75587upav/03_-_candy.mp3");
      }
      case 11:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/5160sw691m/florida_-_whistle_remix.mp3");
      }
      case 12:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/6duxcq8399/16_il_king.mp3");
      }
      case 13:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/nk83gtz6kt/2_chainz_feat._wiz_khalifa_-_we_own_it_fast_and_furious_.mp3");
      }
      case 14:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/aeoyp5482p/wiz_khalifa_and_amp_snoop_dogg_and_bruno_mars_-_young_wild_and_free_lyrics.mp3");
      }
      case 15:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://www.woo55.pk/adata/7720/Ne-Yo%20feat.%20Akon%20-%20Play%20Hard%20(Prod.%20by%20David%20Guetta)%20(New%20Version)%20(www.SongsLover.pk).mp3");
      }
      case 16:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/819oard38r/macklemore_and_ryan_lewis_-_thrift_shop_ft._wanz_music_video_lyrics_subtitulada_al_espa_ol_.mp3");
      }
      case 17:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k003.kiwi6.com/hotlink/075eap9s0n/ac_dc_-_back_in_black.mp3");
      }
      case 18:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k003.kiwi6.com/hotlink/dcfi2140j6/blur_-_song_2.mp3");
      }
      case 19:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/1wf4lf0170/folkstone_-_respiro_avido.mp3");
      }
      case 20:
      {
      StopAudioStreamForPlayer(playerid);
      PlayAudioStreamForPlayer(playerid, "http://k002.kiwi6.com/hotlink/2m7ifoo06f/fabri_fibra_-_18.ring_ring.mp3");
      }
      }
      }
      }
      }
      return 1;
      }


    Mi fa crashare il pawno compiler.
    Potete aiutarmi a risolverlo?Grazie :)
     
    .
  2. Black_Rock
        +1   -1
     
    .

    User deleted


    :facepalm: :facepalm: :facepalm: , mandami il pwn su skype e te lo sistemo
     
    .
  3.     +3   +1   -1
     
    .
    Avatar

    Senior Member

    Group
    Owners
    Posts
    18,167
    Reputazione
    +4,067
    Location
    San Siro

    Status
    Anonymous
    ShowPlayerDialog troppo lungo usa strcat o strins
     
    .
  4.     +1   -1
     
    .
    Avatar


    Group
    Member
    Posts
    3,351
    Reputazione
    +375
    Location
    Napoli

    Status
    Anonymous
    Ok grazie :D
     
    .
3 replies since 28/8/2013, 13:15   178 views
  Share  
.
Top