Radio system
#7

lol :lllll leme teach you
1. make the define and command for show dialog **** if you want it dialog ****
Код:
#define DIALOG_RADIO 3000
now the command:
PHP код:
CMD:radio(playeridparams[])
{
    
ShowPlayerDialog(playeridDIALOG_RADIODIALOG_STYLE_LIST"Welcome to Radio""Song 1 Name\nSong 2 Name\nSong 3 name\nSong 4 Name\nSong 5 Name\nSong 6 Name\n{FF0000}Stop Radio""Select""Cancel");
    return 
1;

now we make the response D:
PHP код:
public OnDialogResponse(playeriddialogidresponselistiteminputtext[])
{
   if(
dialogid == DIALOG_RADIO)
        {
        if(
response)
                {

                        if(
listitem == 0)
                        {
PlayAudioStreamForPlayer(playerid"url");
                        }
                        if(
listitem == 1)
                        {
PlayAudioStreamForPlayer(playerid"url");
                        }
                        if(
listitem == 2)
                        {
PlayAudioStreamForPlayer(playerid"url");
                        }
                        if(
listitem == 3)
                        {
PlayAudioStreamForPlayer(playerid"url");
                        }
                        if(
listitem == 4)
                        {
PlayAudioStreamForPlayer(playerid"url");
                        }
                        if(
listitem == 5)
                        {
PlayAudioStreamForPlayer(playerid"url");
                        }
                        if(
listitem == 6)
                        {
PlayAudioStreamForPlayer(playerid,"Radio Stoped");
                        }
                        return 
1;
           }
   }
   return 
0;

Reply


Messages In This Thread
Radio system - by Glossy42O - 15.08.2015, 06:27
Re: Radio system - by Karan007 - 15.08.2015, 06:45
Re: Radio system - by Glossy42O - 15.08.2015, 06:54
Re: Radio system - by Gammix - 15.08.2015, 07:14
Re: Radio system - by itsCody - 15.08.2015, 07:24
Re: Radio system - by LovelySoomro - 15.08.2015, 07:36
Re: Radio system - by jlalt - 15.08.2015, 07:50
Re: Radio system - by LovelySoomro - 15.08.2015, 08:31
Re: Radio system - by lanix - 15.08.2015, 09:03
Re: Radio system - by Glossy42O - 15.08.2015, 10:42

Forum Jump:


Users browsing this thread: 1 Guest(s)