[ajuda] radio
#7

Ta aee:

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/radio", cmdtext, true, 10) == 0)
        {
        ShowPlayerDialog(playerid,2585,DIALOG_STYLE_LIST,"Radio","Ligar\nDesligar","OK","Cancela");
        return 1;
        }
    return 1;
}

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 2585){
    if(response){
        if(listitem == 0){
        {
        PlayAudioStreamForPlayer(playerid,"http://radio.upalala.net/listen.pls");
        SendClientMessage(playerid, 0xFF0606FF, "Vc esta Ouvinda a Radio Upala!");
        }
        }
        if(listitem == 1){
        {
        StopAudioStreamForPlayer(playerid);
        SendClientMessage(playerid, 0xFF0606FF, "Vc desligou A Radio, Para Ligar novamente: /radio");
        }
        }
    }
    return 0;
}
;d;d;d;d;d
Reply


Messages In This Thread
[ajuda] radio - by caoraivoso3 - 03.04.2012, 22:16
Re: [ajuda] radio - by sanalex - 03.04.2012, 22:18
Re: [ajuda] radio - by Sergiosousa - 03.04.2012, 22:19
Re: [ajuda] radio - by Panico622 - 03.04.2012, 22:36
Re: [ajuda] radio - by caoraivoso3 - 03.04.2012, 23:13
Re: [ajuda] radio - by Panico622 - 03.04.2012, 23:59
Re: [ajuda] radio - by Panico622 - 04.04.2012, 00:09
Re: [ajuda] radio - by DouglasRodrigues - 04.04.2012, 00:16
Re: [ajuda] radio - by klap - 04.04.2012, 00:30
Re: [ajuda] radio - by DouglasRodrigues - 04.04.2012, 00:33

Forum Jump:


Users browsing this thread: 1 Guest(s)