SA-MP Forums Archive
[Ajuda] Problemas Com PlayAudioStreamForPlayer - 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] Problemas Com PlayAudioStreamForPlayer (/showthread.php?tid=403300)



Problemas Com PlayAudioStreamForPlayer - Pietrotm2012 - 29.12.2012

Bom Gente Me Deram Esse Link:https://dl.dropbox.com/u/82393237/GTAinicio.mp3
para eu colocar no meu Gamemode Mas Ficaria:

PlayAudioStreamForPlayer(playerid,https:dl.dropbox .com/u/82393237/GTAinicio.mp3");
?? Esse Jeito Da 4 Erros Olhem o Erro Abaixo:

F:\Sa-Mp Server\gamemodes\RP.pwn(25 : error 017: undefined symbol "dl"
F:\Sa-Mp Server\gamemodes\RP.pwn(25 : error 029: invalid expression, assumed zero
F:\Sa-Mp Server\gamemodes\RP.pwn(25 : error 017: undefined symbol "dropbox"
F:\Sa-Mp Server\gamemodes\RP.pwn(25 : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.


Re: Problemas Com PlayAudioStreamForPlayer - mau.tito - 29.12.2012

PHP код:
PlayAudioStreamForPlayer(playerid,"https:dl.dropbox .com/u/82393237/GTAinicio.mp3"); 



Re: Problemas Com PlayAudioStreamForPlayer - JonathanFeitosa - 29.12.2012

pawn Код:
PlayAudioStreamForPlayer(playerid, "dl.dropbox.com/u/82393237/GTAinicio.mp3");



Re: Problemas Com PlayAudioStreamForPlayer - Pietrotm2012 - 29.12.2012

Vlw Mau Tito E JFS Rep ++