21.03.2012, 06:43
Hello, I tell you my problem I'm having, I have a code that gives me no errors or warnings within the game but does not work.
if (strcmp ("/ eaudio" cmdtext, true) == 0)
{
PlayAudioStreamForPlayer (playerid, "http://www.*******-mp3.org/ # v = yYaYFYwPfmI");
return 1;
}
within the game by typing the command, the music never heard, what is the error?
if (strcmp ("/ eaudio" cmdtext, true) == 0)
{
PlayAudioStreamForPlayer (playerid, "http://www.*******-mp3.org/ # v = yYaYFYwPfmI");
return 1;
}
within the game by typing the command, the music never heard, what is the error?