[HELP] How to make long dialog like this?:O [REP+1]
#6

@EDIT Sorry, i don't saw your post /\


Like this...?
pawn Код:
new LocalSaveWords[256];
    new strLocal[128];
    format(strLocal, sizeof(strLocal), "=> A Long realy long dialog, \n\n\n\n with so much words\n\n\n\n");
    strcat(LocalSaveWords, strLocal);
    format(strLocal, sizeof(strLocal), "=> like at one window\n\n\n\n can you use format & strcat to do this...");
    strcat(LocalSaveWords, strLocal);
    format(strLocal, sizeof(strLocal), "Text=======================================================text\n\n\n");
    strcat(LocalSaveWords, strLocal);
    format(strLocal, sizeof(strLocal), "Text=======================================================text\n\n\n");
    strcat(LocalSaveWords, strLocal);
    format(strLocal, sizeof(strLocal), "Text=======================================================text\n\n\n");
    strcat(LocalSaveWords, strLocal);
    format(strLocal, sizeof(strLocal), "Text=======================================================text\n\n\n");
    strcat(LocalSaveWords, strLocal);
    format(strLocal, sizeof(strLocal), "Text=======================================================text\n\n\n");
    strcat(LocalSaveWords, strLocal);
    ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "A Long Dialog", LocalSaveWords, "Ok", "");
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)