Define
#3

Quote:
Originally Posted by .FuneraL.
Посмотреть сообщение
pawn Код:
#define DIALOGRADIO

if(strcmp(cmd,"/radio", true) == 0)
{
            ShowPlayerDialog(playerid, DIALOG_RADIO, DIALOG_STYLE_INPUT, "Radio System by GBLTeam","{FFFFFF}Write the {009BFF}URL{FFFFFF} from Radio Station:", "Okay", "Exit");
}

------------------------------------------------------------------------------------------------------------

    if(dialogid == DIALOGRADIO) //
    {
      if(response)
         {
      for(new i=0; i<250; i++)
     {
       if(IsPlayerConnected(i))
      {
           PlayAudioStreamForPlayer(i, inputtext);
         }
      }
    }
}
            return 1;
    }
That's what you were looking for?
I think it's supose to be like this:

Код:
#define DIALOGRADIO 102
Reply


Messages In This Thread
Define - by 3RoR - 14.04.2012, 11:19
Re: Define - by .FuneraL. - 14.04.2012, 13:11
Re: Define - by Shetch - 14.04.2012, 13:12
Re: Define - by .FuneraL. - 14.04.2012, 13:14
Re: Define - by park4bmx - 14.04.2012, 13:14
Re: Define - by 3RoR - 14.04.2012, 14:29
Re: Define - by 3RoR - 14.04.2012, 14:37
Re: Define - by park4bmx - 14.04.2012, 15:16
Re: Define - by 3RoR - 14.04.2012, 15:17
Re: Define - by park4bmx - 14.04.2012, 15:30

Forum Jump:


Users browsing this thread: 1 Guest(s)