Jump to content

Radio-Fara Virus xD


[RDE]Secret

Recommended Posts

Salut...Acesta este Fs'u meu de RADIO !!!...am mai pus unul da avea virusi :D xD Soryy :))

[glow=red,2,300]Informatii[/glow]

Pai e un fs de radio..Contine-RadioZu,Radio21,KissFm,ProFm,Un radio cu muzica Rock,NationalFm,si unul cu muzica Heavy Metal....

Pentru al pornii scrieti /Radio si alegeti radioul...

[glow=red,2,300]Credits[/glow]

[sTR]Secret

                      Incognito

                      CrystyaN

[glow=red,2,300]Download[/glow]

Scz nu pot sa pun linkurile mele findca am o mare problema cu netul :|

Radio Include-http://solidfiles.com/d/6a162/

Plugins-Daca aveti serverul pe Host-http://solidfiles.com/d/ab40e/

            -Daca aveti serverul in pc-http://solidfiles.com/d/ca5a2/

Client audio-http://www.solidfiles.com/d/5fb39/download/

Si codul pentru FS

[pawn]

//Radio sistem

//by Secret

#include <a_samp>

#include <audio>

#define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1

#define RADIO 3000

#define COLOR_YELLOW 0xDABB3EAA

#define COLOR_GREEN 0x9EC73DAA

new Radio[MAX_PLAYERS];

new Radio1[MAX_PLAYERS];

new Radio2[MAX_PLAYERS];

new Radio3[MAX_PLAYERS];

new Radio4[MAX_PLAYERS];

new Radio5[MAX_PLAYERS];

new Radio6[MAX_PLAYERS];

new Radio7[MAX_PLAYERS];

new Radio8[MAX_PLAYERS];

#if defined FILTERSCRIPT

public OnFilterScriptInit()

{

print(" .Radio sistem by Secret");

return 1;

}

#endif

public OnPlayerDisconnect(playerid, reason)

{

return 1;

}

public OnPlayerCommandText(playerid, cmdtext[])

{

dcmd(radio, 5, cmdtext);

return 0;

}

dcmd_radio(playerid, params[])

{

            #pragma unused params

    Audio_SetVolume(playerid, Radio[playerid], 100);

            ShowPlayerDialog(playerid, RADIO, DIALOG_STYLE_LIST, "Radio sistem By [Funky]Secret","Radiozu\nKissfm\nRadio21\nProFm\nRock\nNationalFM\nHeavy Metal\nOPRESTE","Select","Inchide");

            return SendClientMessage(playerid,COLOR_YELLOW,"Da click pe radioul dorit:)!");

    }

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])

{

if(dialogid == RADIO)

{

if(response)

{

if(listitem == 0)

{//

          Radio[playerid] = Audio_PlayStreamed(playerid, "http://www.radiozu.ro/live.m3u",false,false,false);

}

if(listitem == 1)

{//

          Radio1[playerid] = Audio_PlayStreamed(playerid, "http://80.86.106.136/listen.pls",false,false,false);

}

if(listitem == 2)

{

          Radio2[playerid] = Audio_PlayStreamed(playerid, "http://www.radio21.ro/site/Radio21Live.m3u",false,false,false);

}

if(listitem == 3)

{

          Radio3[playerid] = Audio_PlayStreamed(playerid, "http://stream.profm.ro:8012/profm.mp3",false,false,false);

}

if(listitem == 4)

{

          Radio4[playerid] = Audio_PlayStreamed(playerid, "http://stream.profm.ro:8012/profm.mp3",false,false,false);

}

if(listitem == 5)

{

          Radio5[playerid] = Audio_PlayStreamed(playerid, "http://live.nationalfm.ro:8001",false,false,false);

}

if(listitem == 7)

{

            Audio_Stop(playerid, Radio[playerid]);

            Audio_Stop(playerid, Radio1[playerid]);

            Audio_Stop(playerid, Radio2[playerid]);

            Audio_Stop(playerid, Radio3[playerid]);

            Audio_Stop(playerid, Radio4[playerid]);

            Audio_Stop(playerid, Radio5[playerid]);

            Audio_Stop(playerid, Radio6[playerid]);

            Audio_Stop(playerid, Radio7[playerid]);

            }

}

}

return 1;

}

}[/pawn]

Linkurile de download ii apartin lui  CrystyaN xD eu am o problema cu netul merge foarte rau si nu pot sa postez pe net...

Cam asta a fost...Ps.Primul meu fs:))

youtube.com/secretofficial1 < - SECRET CHANNEL !

Link to comment
Share on other sites

Guest RockStar

Lam mai vazut undeva dar nu mai stiu sigur unde.

Miam dat seama dupa

[pawn]new Radio[MAX_PLAYERS];

new Radio1[MAX_PLAYERS];

new Radio2[MAX_PLAYERS];

new Radio3[MAX_PLAYERS];

new Radio4[MAX_PLAYERS];

new Radio5[MAX_PLAYERS];

new Radio6[MAX_PLAYERS];

new Radio7[MAX_PLAYERS];

new Radio8[MAX_PLAYERS];[/pawn]

Link to comment
Share on other sites

Lam mai vazut undeva dar nu mai stiu sigur unde.

Miam dat seama dupa

[pawn]new Radio[MAX_PLAYERS];

new Radio1[MAX_PLAYERS];

new Radio2[MAX_PLAYERS];

new Radio3[MAX_PLAYERS];

new Radio4[MAX_PLAYERS];

new Radio5[MAX_PLAYERS];

new Radio6[MAX_PLAYERS];

new Radio7[MAX_PLAYERS];

new Radio8[MAX_PLAYERS];[/pawn]

Am mai pus eu un FS de radio EXACT ca acesta dar acela avea virusi :P chiar tu iai gasit ;)

youtube.com/secretofficial1 < - SECRET CHANNEL !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.