Szerző Téma: Rádió/zene  (Megtekintve 573 alkalommal)

Rádió/zene
« Dátum: 2013. Június 01. - 16:06:39 »
0 Show voters
Sziasztok!
Lenne egy ki Problémám, egy zene scripttel kapcsolatban. Felrakom a szerverre, és a dialogot betölti, de nem szól. A Pawno nem errorozik, pluginok a szerveren be vannak rakva, de nem szól valamiért amikor el akarok inditani egy zenét. Itt van a script
#include a_samp
#include zcmd
#define Radio_Dialog    678                     //Dialog ID
#define Msg(%0)         SendClientMessage(playerid, -1, %0)
public OnFilterScriptInit()
{
print(\"\\n--------------------------------------\");
print(\" Rádió Script by Lajos\");
print(\"--------------------------------------\\n\");
return 1;
}
CMD:music(playerid) ShowPlayerDialog(playerid,Radio_Dialog,DIALOG_STYLE_LIST,\"Rádió\",\"Neo FM\\nClass FM\\nRádió1\\nSkrilex Bangarang\\nFunCoolRádió\\nKenyér\\nKasza Tibi költözz el\\nOláh Gergõ Törj ki a csendbõl\\nPSY-Gentleman\\nR.I.O-Summer Jam\\nSuavej\\nMajka R\'n\'b All Stars Tedd fel.\\nDj.Bl3nd Pokerface\",\"Hallgat\", \"Kikapcsol\");
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) {
    if(dialogid == Radio_Dialog) {
        if(!response) return StopAudioStreamForPlayer(playerid), Msg(\"{FFFF00}Sikeresen kikapcsoltad a {FFFFFF}rádiót{FFFF00}.\");
        if(listitem == 0) PlayAudioStreamForPlayer(playerid, \"http://www.xhosting.hu/NeoFM/128_kbs_mp3.m3u\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Neo FM{FFFF00}-et hallgatod.\");
        if(listitem == 1) PlayAudioStreamForPlayer(playerid, \"http://www.sztarnet.hu/ClassFM/mp3_adas_1.m3u\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Class FM{FFFF00}-et hallgatod.\");
        if(listitem == 2) PlayAudioStreamForPlayer(playerid, \"http://195.70.35.172:8000/radio1.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Rádió 1{FFFF00}-et hallgatod.\");
        if(listitem == 3) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/b7vfxgfnt6duhdc/SKRILLEX%20-%20Bangarang%20%5BOfficial%20Music%20Video%5D.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Deram Rádiót{FFFF00}-t hallgatod.\");
        if(listitem == 4) PlayAudioStreamForPlayer(playerid, \"http://94.199.181.143:7490/live.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}FunCoolRádiót{FFFF00}-t hallgatod.\");
        if(listitem == 5) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/4okicz5sk39shyt/Keny%C3%A9r%20OFFICIAL%20MUSIC%20VIDEO.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Kenyér{FFFF00}-t hallgatod.\");
        if(listitem == 6) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/6a1b5tc56abr81w/Kasza%20Tibi%20-%20K%C3%B6lt%C3%B6zz%20El%20%28%20Teljes%20Dal%20%29.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Kasza Tibi Költözz El{FFFF00}-t hallgatod.\");
        if(listitem == 7) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/ivcttb8icuwy6sd/Ol%C3%A1h%20Gerg_%20-%20T%C3%B6rj%20ki%20a%20csendb_l.%20Dalsz%C3%B6veg.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Oláh Gergõ Törj ki a csendbõl{FFFF00}-t hallgatod.\");
        if(listitem == 8) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/2w7qu3kv7tu5yhz/PSY%20-%20GENTLEMAN%20MV.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}PSY Gentleman{FFFF00}-t hallgatod.\");
        if(listitem == 9) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/0ouy4938vhu4v3q/R.I.O.%20Feat.%20U-Jean%20-%20Summer%20Jam%20%28Official%20Video%20HD%29.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}R.I.O Summer Jam{FFFF00}-t hallgatod.\");
        if(listitem == 10) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/cmq843wqhufxv6g/Suave%5D.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Suavej{FFFF00}-t hallgatod.\");
        if(listitem == 11) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/h2xbc88u3grd3h9/Majka%20-%20R%27n%27%20B%20All%20Stars%20%28Tedd%20fel%29.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Majka Tedd Fel{FFFF00}-t hallgatod.\");
        if(listitem == 12) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/pk74licjsv8c9yc/Dj%20Blend%20-%20Electro%20House%20%5BPoker%20Face%5D.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Dj.Blend Pokerface{FFFF00}-t hallgatod.\");
}
    return 1;
}

 Elõre köszönöm segítségeteket! :-)

Rádió/zene
« Válasz #1 Dátum: 2013. Június 01. - 17:07:08 »
0 Show voters
Esetleg a beállításokban az audio hangok illetve rádió hangok nincsenek lehalkítva ugye?

Rádió/zene
« Válasz #2 Dátum: 2013. Június 01. - 17:12:16 »
0 Show voters
Nincsenek.

xD1999

  • Vendég
Rádió/zene
« Válasz #3 Dátum: 2013. Június 01. - 18:46:36 »
0 Show voters
#include a_samp
#include zcmd
#define Radio_Dialog    678                     //Dialog ID
#define Msg(%0)         SendClientMessage(playerid, -1, %0)
public OnFilterScriptInit()
{
            print(\"\\n--------------------------------------\");
            print(\" Rádió Script by Lajos\");
            print(\"--------------------------------------\\n\");
            return 1;
}
CMD:music(playerid)
{
ShowPlayerDialog(playerid,Radio_Dialog,DIALOG_STYLE_LIST,\"Rádió\",\"Neo FM\\nClass FM\\nRádió1\\nSkrilex Bangarang\\nFunCoolRádió\\nKenyér\\nKasza Tibi költözz el\\nOláh Gergõ Törj ki a csendbõl\\nPSY-Gentleman\\nR.I.O-Summer Jam\\nSuavej\\nMajka R\'n\'b All Stars Tedd fel.\\nDj.Bl3nd Pokerface\",\"Hallgat\", \"Kikapcsol\");
return 1;
}
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) {
        if(dialogid == Radio_Dialog) {
            if(!response) return StopAudioStreamForPlayer(playerid), Msg(\"{FFFF00}Sikeresen kikapcsoltad a {FFFFFF}rádiót{FFFF00}.\");
            if(listitem == 0) PlayAudioStreamForPlayer(playerid, \"http://www.xhosting.hu/NeoFM/128_kbs_mp3.m3u\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Neo FM{FFFF00}-et hallgatod.\");
            if(listitem == 1) PlayAudioStreamForPlayer(playerid, \"http://www.sztarnet.hu/ClassFM/mp3_adas_1.m3u\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Class FM{FFFF00}-et hallgatod.\");
            if(listitem == 2) PlayAudioStreamForPlayer(playerid, \"http://195.70.35.172:8000/radio1.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Rádió 1{FFFF00}-et hallgatod.\");
            if(listitem == 3) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/b7vfxgfnt6duhdc/SKRILLEX%20-%20Bangarang%20%5BOfficial%20Music%20Video%5D.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Deram Rádiót{FFFF00}-t hallgatod.\");
            if(listitem == 4) PlayAudioStreamForPlayer(playerid, \"http://94.199.181.143:7490/live.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}FunCoolRádiót{FFFF00}-t hallgatod.\");
            if(listitem == 5) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/4okicz5sk39shyt/Keny%C3%A9r%20OFFICIAL%20MUSIC%20VIDEO.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Kenyér{FFFF00}-t hallgatod.\");
            if(listitem == 6) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/6a1b5tc56abr81w/Kasza%20Tibi%20-%20K%C3%B6lt%C3%B6zz%20El%20%28%20Teljes%20Dal%20%29.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Kasza Tibi Költözz El{FFFF00}-t hallgatod.\");
            if(listitem == 7) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/ivcttb8icuwy6sd/Ol%C3%A1h%20Gerg_%20-%20T%C3%B6rj%20ki%20a%20csendb_l.%20Dalsz%C3%B6veg.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Oláh Gergõ Törj ki a csendbõl{FFFF00}-t hallgatod.\");
            if(listitem == 8) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/2w7qu3kv7tu5yhz/PSY%20-%20GENTLEMAN%20MV.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}PSY Gentleman{FFFF00}-t hallgatod.\");
            if(listitem == 9) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/0ouy4938vhu4v3q/R.I.O.%20Feat.%20U-Jean%20-%20Summer%20Jam%20%28Official%20Video%20HD%29.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}R.I.O Summer Jam{FFFF00}-t hallgatod.\");
            if(listitem == 10) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/cmq843wqhufxv6g/Suave%5D.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Suavej{FFFF00}-t hallgatod.\");
            if(listitem == 11) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/h2xbc88u3grd3h9/Majka%20-%20R%27n%27%20B%20All%20Stars%20%28Tedd%20fel%29.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Majka Tedd Fel{FFFF00}-t hallgatod.\");
            if(listitem == 12) PlayAudioStreamForPlayer(playerid, \"http://dl.dropbox.com/s/pk74licjsv8c9yc/Dj%20Blend%20-%20Electro%20House%20%5BPoker%20Face%5D.mp3\"), Msg(\"{FFFF00}Jelenleg a {FFFFFF}Dj.Blend Pokerface{FFFF00}-t hallgatod.\");
            }
return 1;
}

 
Nálam mûködik igy

 

SimplePortal 2.3.7 © 2008-2024, SimplePortal