24.01.2012, 03:23
I'm just now getting to scripting with the new functions and i have a problem. I have this code:
It doesn't work. It wont play the audio stream.. Anyone know whats wrong?
pawn Код:
if(dialogid == 10001)
{
new Float:X,Float:Y,Float:Z;
GetPlayerPos(playerid,X,Y,Z);
if(!response) return PlayAudioStreamForPlayer(playerid,"http://translate.******.com/translate_tts?tl=en&q=Goodbye",X,Y,Z,13,1);
//
}