Dialog doesn't responds
#5

If DIALOG_RADIO is 9998, all you have to do is change DIALOG_STYLE_LIST to DIALOG_STYLE_INPUT.

Edit: Here, you dont need 1024 cells for "{00FF00}Enter URL".
pawn Код:
CMD:radio(playerid,params[])
{
    ShowPlayerDialog(playerid, 9998, DIALOG_STYLE_INPUT, "Stream your own radio:", "{00FF00}Enter URL", "Confirm", "Close");
    return 1;
}
Reply


Messages In This Thread
Dialog doesn't responds - by Lorenzosdm - 18.05.2013, 19:12
Re: Dialog doesn't responds - by LilBob - 18.05.2013, 20:53
Re: Dialog doesn't responds - by Renas - 18.05.2013, 21:38
Re: Dialog doesn't responds - by Dopefull - 18.05.2013, 21:57
Re: Dialog doesn't responds - by Richie© - 18.05.2013, 22:15
Re: Dialog doesn't responds - by Lorenzosdm - 19.05.2013, 16:04

Forum Jump:


Users browsing this thread: 1 Guest(s)