[Ajuda] Dъvida sobre DIALOG_STYLE_MSGBOX
#7

Esta usando format na dialog? Se sim, ai precisa-ra de outra variavel string.

Caso contrario. Apenas uma.

pawn Код:
// format
new String[10], String2[10];
format(String, sizeof(String), "%d", playerid); strcat(String2, String);
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSG_BOX, "Dialog", String2, "Ok", "");

// no-format
new String[10];
strcat(String, "Sem ID");
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSG_BOX, "Dialog", String, "Ok", "");
Apenas um exemplo de como seria...
Reply


Messages In This Thread
Dъvida sobre DIALOG_STYLE_MSGBOX - by MegaStyle157 - 14.02.2013, 08:28
Re: Dъvida sobre DIALOG_STYLE_MSGBOX - by tonisantolia - 14.02.2013, 08:45
Re: Dъvida sobre DIALOG_STYLE_MSGBOX - by MegaStyle157 - 14.02.2013, 09:26
Re: Dъvida sobre DIALOG_STYLE_MSGBOX - by fogonoputeiro - 14.02.2013, 09:31
Re: Dъvida sobre DIALOG_STYLE_MSGBOX - by HumildadeAgain - 14.02.2013, 09:37
Re: Dъvida sobre DIALOG_STYLE_MSGBOX - by MegaStyle157 - 14.02.2013, 16:09
Re: Dъvida sobre DIALOG_STYLE_MSGBOX - by @Riichard - 14.02.2013, 16:12

Forum Jump:


Users browsing this thread: 1 Guest(s)