[DUVIDA] Sobre o Dialog Style MSG Box
#2

Usa strcat: https://sampwiki.blast.hk/wiki/Strcat
Exemplo:
pawn Код:
CMD:dialog(playerid, params[])
{
    new string[128];
    strcat(string, "Seu texto");
    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Titulo", string, "Fechar", "");
    return 1;
}
Reply


Messages In This Thread
[DUVIDA] Sobre o Dialog Style MSG Box - by Duun - 26.02.2013, 20:29
Re: [DUVIDA] Sobre o Dialog Style MSG Box - by Supera - 26.02.2013, 20:34
Re: [DUVIDA] Sobre o Dialog Style MSG Box - by Duun - 26.02.2013, 20:37
Re: [DUVIDA] Sobre o Dialog Style MSG Box - by smiiir - 26.02.2013, 20:38
Re: [DUVIDA] Sobre o Dialog Style MSG Box - by Supera - 26.02.2013, 20:39
Re: [DUVIDA] Sobre o Dialog Style MSG Box - by Duun - 26.02.2013, 20:42
Re: [DUVIDA] Sobre o Dialog Style MSG Box - by smiiir - 26.02.2013, 20:44
Re: [DUVIDA] Sobre o Dialog Style MSG Box - by Equipe - 26.02.2013, 22:47

Forum Jump:


Users browsing this thread: 5 Guest(s)