Need help for command
#10

ShowPlayerDialog and style DIALOG_STYLE_MSGBOX

Quote:
Originally Posted by iOxide
Посмотреть сообщение
Its easy,

pawn Код:
CMD:changelog(playerid, params[])
{
    new Msg[500];

    format(Msg, "%sAdd your text Here!\n", Msg);
    format(Msg, "%sAdd your text Here!\n", Msg);
    format(Msg, "%sAdd your text Here!\n", Msg);
    format(Msg, "%sAdd your text Here!\n", Msg);
    format(Msg, "%sAdd your text Here!", Msg);
    ShowPlayerDialog(playerid, DialogNoResponse, DIALOG_STYLE_MSGBOX, "Update Info", Msg, "Close", " ");
    return 1;
}
Neither the declaration of an array, nor the format function is needed.
Reply


Messages In This Thread
Need help for command - by ultrAslan - 16.01.2014, 17:28
Re: Need help for command - by BarFix - 16.01.2014, 18:12
AW: Re: Need help for command - by ultrAslan - 16.01.2014, 18:36
Re: AW: Re: Need help for command - by BarFix - 16.01.2014, 19:34
AW: Re: AW: Re: Need help for command - by ultrAslan - 16.01.2014, 19:47
Re: Need help for command - by [TMS]Legena - 16.01.2014, 19:59
Re: Need help for command - by KhaledElkhourashi - 16.01.2014, 20:19
Re: Need help for command - by [TMS]Legena - 16.01.2014, 22:30
AW: Need help for command - by ultrAslan - 17.01.2014, 17:07
Re: Need help for command - by Konstantinos - 17.01.2014, 17:12

Forum Jump:


Users browsing this thread: 1 Guest(s)