[Pedido] Dialog
#5

Existe 2 mйtodos(Que eu me lembre).

1є Mйtodo:

pawn Код:
public OnPlayerConnect(playerid)
{
     ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "Regras", "Exemplo 1 \nExemplo 2 \nExemplo 3", "Fechar", "Fechar");
     return 1;
}
2є Mйtodo:

pawn Код:
public OnPlayerConnect(playerid)
{
     new Regras[300]
     strcat(Regras, "Exemplo 1 \n");
     strcat(Regras, "Exemplo 2 \n");
     strcat(Regras, "Exemplo 3");
     ShowPlayerDialog(playerid, 100, DIALOG_STYLE_MSGBOX, "Regras", Regras, "Fechar", "Fechar");
     return 1;
}
Reply


Messages In This Thread
Dialog - by FusyoN01 - 07.09.2012, 13:03
Re: Dialog - by brunogysin - 07.09.2012, 13:12
Re: Dialog - by GhosT_[] - 07.09.2012, 13:12
Re: Dialog - by FusyoN01 - 07.09.2012, 13:37
Re: Dialog - by Rijin - 07.09.2012, 13:59
Re: Dialog - by GhosT_[] - 07.09.2012, 15:47

Forum Jump:


Users browsing this thread: 1 Guest(s)