SA-MP Forums Archive
[FilterScript] Radio ( SA-MP 0.3d ) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Radio ( SA-MP 0.3d ) (/showthread.php?tid=282982)



Radio ( SA-MP 0.3d ) - adri1 - 13.09.2011

Create Radio for samp none plugins none clients only samp 0.3d

Download!

Код:
Command:
if (strcmp("/radio", cmdtext, true, 10) == 0) {
		ShowPlayerDialog(playerid, 1 , DIALOG_STYLE_LIST, "Selecciona la mъsica", "The Time - Black     Eyed Peas\nWhere Them Girls At - David Guetta\nVive la vida loca - DJ\nWaka Waka - Shakira\nRight Round - Florida\nParar mъsica", "Escuchar", "Cancelar");
        PlayerPlaySound(playerid,1056,0.0,0.0,0.0);
		return 1;
	}


Now in OnDialogueResponse:

	if(response) {
		switch(dialogid == 1)
        {
			case 1: {
           		switch(listitem)
        		{
        		    case 0: {
        		    	StopAudioStreamForPlayer(playerid);
        		    	PlayerPlaySound(playerid,1056,0.0,0.0,0.0);
                        PlayAudioStreamForPlayer(playerid, "http://dc316.4shared.com/img/481604719/c0280a37/dlink__2Fdownload_2FM676MCJc_3Ftsid_3D20110116-111575-8b7a5e20/preview.mp3");
        		    }
        		    case 1: {
        		    	StopAudioStreamForPlayer(playerid);
        		    	PlayerPlaySound(playerid,1056,0.0,0.0,0.0);
                        PlayAudioStreamForPlayer(playerid, "http://7e.media.v4.skyrock.net/music/7e5/f71/7e5f710f522d30f15893e24498547317.mp3");
        		    }
		    		case 2: {
        		    	StopAudioStreamForPlayer(playerid);
        		    	PlayerPlaySound(playerid,1056,0.0,0.0,0.0);
                        PlayAudioStreamForPlayer(playerid, "http://88.media.v4.skyrock.net/music/88e/81e/88e81e34f58873c2b9c4f0c253c64685.mp3");
        		    }
    				case 3: {
        		    	StopAudioStreamForPlayer(playerid);
        		    	PlayerPlaySound(playerid,1056,0.0,0.0,0.0);
                        PlayAudioStreamForPlayer(playerid, "http://4a.media.v4.skyrock.net/music/4a5/787/4a5787155c0bdf5cda57a83f20dad3d3.mp3");
        		    }
    				case 4: {
        		    	StopAudioStreamForPlayer(playerid);
        		    	PlayerPlaySound(playerid,1056,0.0,0.0,0.0);
                        PlayAudioStreamForPlayer(playerid, "http://www.degjo.com/upload/go/dldsegment1/(degjo.com)FloRida-Right%20Round.mp3");
        		    }
    				case 5: {
        		    	StopAudioStreamForPlayer(playerid);
        		    }
				}
			}
		}
	}



Re: Radio ( SA-MP 0.3d ) - VendenTTa - 13.09.2011

Nice


Re: Radio ( SA-MP 0.3d ) - Mass_Deboose - 13.09.2011

God job , i see in pastebin.


Re: Radio ( SA-MP 0.3d ) - Meinstad - 13.09.2011

You mean 0.3c right ?


Re: Radio ( SA-MP 0.3d ) - wolfcock - 13.09.2011

He must be meaning 0.3c, yes.... 0.3d doesn't exist yet.


Re: Radio ( SA-MP 0.3d ) - SiJAYS_S - 13.09.2011

Nope. 0.3d RC1


Re: Radio ( SA-MP 0.3d ) - Kaperstone - 13.09.2011

Quote:
Originally Posted by SiJAYS_S
Посмотреть сообщение
Nope. 0.3d RC1
where can i download it?


Respuesta: Re: Radio ( SA-MP 0.3d ) - adri1 - 13.09.2011

Quote:
Originally Posted by wolfcock
Посмотреть сообщение
He must be meaning 0.3c, yes.... 0.3d doesn't exist yet.
http://forum.sa-mp.com/forumdisplay.php?f=79

Ready thah subforo


Re: Respuesta: Re: Radio ( SA-MP 0.3d ) - SDraw - 13.09.2011

Quote:
Originally Posted by adri1
Посмотреть сообщение
WTF? o_O WOW!


Re: Radio ( SA-MP 0.3d ) - =WoR=G4M3Ov3r - 13.09.2011

Quote:
Originally Posted by wolfcock
Посмотреть сообщение
He must be meaning 0.3c, yes.... 0.3d doesn't exist yet.
It does.

OT: Pretty easy, but good work.