Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- CREDITOS PABLO MANTEGA SEU SEGUNDO TRABALHO
- */
- #include <a_samp>
- #define Pablete 1
- #define NaotiIntereça 0x33AAFFFF
- #define MSGPablete ShowPlayerDialog
- #define DialogPablete DIALOG_STYLE_LIST
- #define SendPablete SendClientMessage
- public OnFilterScriptInit()
- {
- print("\n--------------------------------------");
- print(" FS de Pablete By Pablo_Mantega ");
- print("--------------------------------------\n");
- return 1;
- }
- public OnPlayerCommandText(playerid, cmdtext[])
- {
- if(strcmp("/creditosradios", cmdtext, true, 10) == 0)
- {
- SendPablete(playerid,-1,"Sistema Criado Por Pablo_Mantega [PabloScript], Familia Script Samp, Mais Coisas Meu MSN [email protected]");
- return true;
- }
- if(strcmp("/Radios", cmdtext, true, 10) == 0)
- {
- MSGPablete(playerid, Pablete, DialogPablete, "Musicas","Radio Super Mixe\nRadio Nova Web\nRadio Eletro Vibe\nDesligar Radio","Selecionar","Sair");
- }
- return 1;
- }
- public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
- {
- if(dialogid == Pablete)
- {
- if(response)
- {
- if(listitem == 0)
- {
- PlayAudioStreamForPlayer(playerid, "http://Radiosupermix.com.br:7585");
- SendClientMessage(playerid,NaotiIntereça,"| INFO Radio | Voce Esta Ouvindo Radio Super Mix.");
- }
- if(listitem == 1)
- {
- PlayAudioStreamForPlayer(playerid, "http://69.162.90.148:7080/");
- SendClientMessage(playerid,NaotiIntereça,"| INFO Radio | Voce Esta Ouvindo Radio Nova Web.");
- }
- if(listitem == 2)
- {
- PlayAudioStreamForPlayer(playerid, "http://streaming15.brlogic.com:8084/live");
- SendClientMessage(playerid,NaotiIntereça,"| INFO Radio | Voce Esta Ouvindo Radio Eletro Vibe");
- }
- else if(listitem == 3)
- {
- StopAudioStreamForPlayer(playerid);
- SendClientMessage(playerid, NaotiIntereça,"| INFO Radio | Você Desligo a Radio");
- SendClientMessage(playerid, NaotiIntereça,"Saiba Mais /creditosradios");
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment