Next dialog box when i click OK
#1

Hello,
i want to make some thing like if a player type /commands then the first dialog box will come

pawn Код:
new string[1900];
    strcat(string, "Message", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    ShowPlayerDialog(playerid,1, DIALOG_STYLE_MSGBOX, "Messages", string, "NEXT","Cancel");
And then if i press 'NEXT' then the next dialog box should come (cancel = close the dialog)

pawn Код:
new string[1900];
    strcat(string, "Message", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    strcat(string, "\nMessage", 1900 );
    ShowPlayerDialog(playerid,1, DIALOG_STYLE_MSGBOX, "Messages", string, "OK","Cancel");
How to make ?
Reply


Messages In This Thread
Next dialog box when i click OK - by P<3TS - 13.08.2012, 12:02
Re: Next dialog box when i click OK - by Jstylezzz - 13.08.2012, 12:09
Re: Next dialog box when i click OK - by P<3TS - 13.08.2012, 12:24
Re: Next dialog box when i click OK - by P<3TS - 13.08.2012, 13:19
Re: Next dialog box when i click OK - by kickerbat - 13.08.2012, 14:10
Re: Next dialog box when i click OK - by P<3TS - 13.08.2012, 14:17
Re: Next dialog box when i click OK - by CROSS_Hunter - 13.08.2012, 14:35
Re: Next dialog box when i click OK - by zT KiNgKoNg - 13.08.2012, 14:37
Re: Next dialog box when i click OK - by P<3TS - 15.08.2012, 09:26
Re: Next dialog box when i click OK - by [MM]RoXoR[FS] - 15.08.2012, 09:48

Forum Jump:


Users browsing this thread: 1 Guest(s)