05.09.2013, 08:36
I know what is your broblem
Change to
pawn Код:
if(listitem == 1)
{
PlayAudioStreamForPlayer(playerid, "hhtp://cnr-radio.com/listen.m3u");
GameTextForPlayer(playerid, "Playing 181.FM - POWER 181",2500,1);
}
pawn Код:
if(listitem == 1)
{
PlayAudioStreamForPlayer(playerid, "http://cnr-radio.com/listen.m3u"); // here is the "http" not "hhtp"
GameTextForPlayer(playerid, "Playing 181.FM - POWER 181",2500,1);
}