04.12.2011, 10:28
MP3 Player By Miku_97
This script, made by me, you can listen to music of all types on the sever like a mp3.Le songs that were uploaded by me at the moment are:
-Don Omar-Dance Koduro
-Lucenzo-Baila morena
Move-like jagger
Sum-41-Well (and something)
-Paradise City
-David Guetta-bag Little Girl
-13 Bongiovi
Rain Over Me-Pitbull
Pitbull-I Everiday
Replace Songs
If you do not like the music and want to change it, just follow this procedure:
ADD SONGS:
To add songs, just add "\ n [song name] to" ShowPlayerDialog ", add a new case and enter the link of the song.
In this case:
Screen:
Download:
http://www.mediafire.com/?bl8ksblguj92777
WARNING:
The MP3 ONLY WORKS WITH VERSION 0.3d The SAMP
For today is all by by ^_^
This script, made by me, you can listen to music of all types on the sever like a mp3.Le songs that were uploaded by me at the moment are:
-Don Omar-Dance Koduro
-Lucenzo-Baila morena
Move-like jagger
Sum-41-Well (and something)
-Paradise City
-David Guetta-bag Little Girl
-13 Bongiovi
Rain Over Me-Pitbull
Pitbull-I Everiday
Replace Songs
If you do not like the music and want to change it, just follow this procedure:
pawn Код:
case 0:
{
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "[Replace the llink with the previous(note: the link should not be *******)]");
}
To add songs, just add "\ n [song name] to" ShowPlayerDialog ", add a new case and enter the link of the song.
In this case:
pawn Код:
case 10:
{
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "[Link new song]");
}
Download:
http://www.mediafire.com/?bl8ksblguj92777
WARNING:
The MP3 ONLY WORKS WITH VERSION 0.3d The SAMP
For today is all by by ^_^