[Ajuda] Radio nгo toca, oq б de errado? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Radio nгo toca, oq б de errado? (
/showthread.php?tid=600185)
Radio nгo toca, oq б de errado? -
hlgamesbr - 05.02.2016
iai gurizada, to cm um problema mу chato, e nгo sei como resolver, й um comando, quando uso ele a musica nгo toca, ae nгo sei se estou colocando link errado ou outra coisa, por favor, quem souber, ajuda eu?
COMANDO:
PHP код:
CMD:radioon(playerid, params[])
{
new radiomsg[128];
PlayAudioStreamForPlayer(playerid,"https://www.dropbox.com/s/fh12lu2tb3lw6si/audio.mp3?dl=0");
SendClientMessage(playerid, Azul, "|RADIO| Aguarde...");
return 1;
}
Re: Radio nгo toca, oq б de errado? -
Coringa_Vilao - 05.02.2016
testa
PHP код:
CMD:radioon(playerid) {
new radiomsg[128];
PlayAudioStreamForPlayer(playerid,"https://www.dropbox.com/s/fh12lu2tb3lw6si/audio.mp3?dl=1");
SendClientMessage(playerid, Azul, "|RADIO| Aguarde...");
return 1;
}
Re: Radio nгo toca, oq б de errado? -
hlgamesbr - 05.02.2016
Quote:
Originally Posted by Coringa_Vilao
testa
PHP код:
CMD:radioon(playerid) {
new radiomsg[128];
PlayAudioStreamForPlayer(playerid,"https://www.dropbox.com/s/fh12lu2tb3lw6si/audio.mp3?dl=1");
SendClientMessage(playerid, Azul, "|RADIO| Aguarde...");
return 1;
}
|
Vlwwwwwwwwwwwwwww manolo, funcionou perfeitamente aqui! REP++
Re: Radio nгo toca, oq б de errado? -
Coringa_Vilao - 05.02.2016
Quote:
Originally Posted by hlgamesbr
Vlwwwwwwwwwwwwwww manolo, funcionou perfeitamente aqui! REP++
|
Okay !