Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: Richyâ„¢ poslato Septembar 04, 2012, 16:56:24 POSLE PODNE

Naslov: [Pomoc]Radio
Poruka od: Richyâ„¢ poslato Septembar 04, 2012, 16:56:24 POSLE PODNE
Skripta koju koristim:Nl
Detaljan opis problema:Pa ubacili smo cmd /radio i sve radi ali kad igrac napise /radio otvori se textdraw izaberec radio i dalje se nista ne desava
Dio skripte: }
if(dialogid == RADIO)
{
if(response)
{
if(listitem == 0) //
{
{
            StopAudioStreamForPlayer(playerid);
            PlayerPlaySound(playerid,1056,0.0,0.0,0.0);
                        PlayAudioStreamForPlayer(playerid, "http://balkan.dj.topstream.net:8070");
                        SendClientMessage(playerid, COLOR_GREY, "Sada slusas Balkan DJ Radio");
            }
}

            if(listitem == 1) //
    {
SendClientMessage(playerid, COLOR_GREY, "Ugasio si radio");
StopAudioStreamForPlayer(playerid);
            }

}
}

Neke slike/video za lakse dobivanje pomoci(neobavezno):
Naslov: Odg: [Pomoc]Radio
Poruka od: LOckeRâ„¢ poslato Septembar 04, 2012, 16:59:08 POSLE PODNE
Probaj ovaj link, taj ja imam http://balkan.dj.topstream.net:8070/listen.pls
Naslov: Odg: [Pomoc]Radio
Poruka od: Vegas. poslato Septembar 04, 2012, 19:20:25 POSLE PODNE
if(dialogid == RADIO)
{
if(response)
{
if(listitem == 0) //
{
StopAudioStreamForPlayer(playerid);
PlayAudioStreamForPlayer(playerid, "http://balkan.dj.topstream.net:8070");
SendClientMessage(playerid, COLOR_GREY, "Sada slusas Balkan DJ Radio");
}
if(listitem == 1) //
{
SendClientMessage(playerid, COLOR_GREY, "Ugasio si radio");
StopAudioStreamForPlayer(playerid);
}
}
}