[Ajuda] Dialog
#2

Bom dia,

Verifiquei que um dos parвmetros essenciais do dialog estava faltando, segue o cуdigo abaixo com a correзгo realizada, compare e veja em qual parte estava errado:

pawn Код:
CMD:exemplo(playerid, params[]) {
    new  
        String[500],
        String2[128],
        admin[6] = "BOSS";
    ;

    format(String2, sizeof(String2), "Exemplo do Admin %s", admin);
    strcat(String, String2);

    ShowPlayerDialog(playerid, 123, DIALOG_STYLE_MSGBOX,"teste", String, "OK", "");
    return 1;
}
Reply


Messages In This Thread
Dialog - by F1N4L - 01.02.2016, 11:00
Re: Dialog - by Cidiei - 01.02.2016, 11:19
Re: Dialog - by F1N4L - 01.02.2016, 11:31
Re: Dialog - by Coringa_Vilao - 01.02.2016, 11:45

Forum Jump:


Users browsing this thread: 1 Guest(s)