29.07.2015, 15:45
SAMP DJ
Hello, I made a filterscripts where the player can control the music TextDraw.
Commands
Print's
http://imgur.com/a/Aakfj#0
Download
http://pastebin.com/Aep4FK3J
Arquivo PHP:
Creditos
Jimmy - Textdraw e function
Dolby - PHP
Zeex - zcmd
Hello, I made a filterscripts where the player can control the music TextDraw.
Commands
- /OpenPainelDJ
- /ClosePainelDJ
Print's
http://imgur.com/a/Aakfj#0
Download
http://pastebin.com/Aep4FK3J
Arquivo PHP:
PHP код:
<?php
$pesquisa = str_replace(' ', '+', $_GET['q']);
$musica = file_get_contents('http://search.4shared.com/q/CCQD/1/music/' .$pesquisa);
$pos = strpos($musica, "showMediaPreview(event, '") + 25;
$resto = strpos($musica, "/preview.mp3") + 12;
$link = substr($musica, $pos, $resto-$pos);
echo $link;
?>
Jimmy - Textdraw e function
Dolby - PHP
Zeex - zcmd