[FilterScript] Music Dialog - 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] Music Dialog (
/showthread.php?tid=302623)
Music Dialog -
Mattos - 09.12.2011
Music Dialog v1.0
Topic in
Portuguease
Hello guys! Today I decided to do a music Dialog!
Version SAMP 0.3d needed.
It is very simple, it's a base to help you, scripter, build your own playlist to your server ...
Adding New Genres and Songs
To add new Genres to the list is very easy, just go on adding new "case" and put the name of the genre in the main ShowPlayerDialog:
pawn Код:
#define ShowMusicDialog(%0) ShowPlayerDialog(%0, MENUMUSICS, DIALOG_STYLE_LIST, "MUSIC SYSTEM - {006600}By Mattos", "Turn Off Music\nEnter Music URL\nPop/Rock/Eletronica\nMetal\nClбssic\nRap/Rip Hop\nDisco", "Select", "Cancel")
To add new songs to a certain genre, you gotta do the same thing. I left there as "Example" and you just gotta replace with the song name. In the URL area, same thing, remembering that "case" is sequential and must exactly match the ShowPlayerDialog.
FilterScript Download
Solidfiles
Pastebin
Author
Mattos
Did you like it? +REP
Soon Version 1.1 with added music lists. And necessity audio extensions in "Enter music URL"
Re: Music Dialog -
Kaperstone - 09.12.2011
nice

what music does it play?
Re: Music Dialog -
Mattos - 09.12.2011
Quote:
It is very simple, it's a base to help you, scripter, build your own playlist to your server ...
|
You just have to add the music...
Quote:
Soon Version 1.1 with added music lists. And necessity audio extensions in "Enter music URL"
|
Thnak you
Re: Music Dialog -
Kaperstone - 09.12.2011
Quote:
Originally Posted by Mattos
You just have to add the music...
Thnak you 
|
can it load music from *******?
Re: Music Dialog -
Mattos - 09.12.2011
Quote:
Originally Posted by xkirill
can it load music from *******?
|
'-'
You gotta add .mp3 URL... ******* videos does not have .mp3 URL
Respuesta: Music Dialog -
ErickOwnZ - 09.12.2011
friend, you did just one dialog and nothing else? #LOL
I found it very simple

2/10
Re: Respuesta: Music Dialog -
Mattos - 09.12.2011
Quote:
Originally Posted by ErickOwnZ
friend, you did just one dialog and nothing else? #LOL
I found it very simple 
2/10
|
Its simple as Garsino's dialogs... (CarMenu, SkinMenu, InteriorDialog...)
Next Version i will try change this 2 to 10...
Thank you for your opinion...
Re: Music Dialog -
blek278 - 10.02.2012
how can i use it and where is the .amx file