Dialog + Format Help
#2

Код:
public OnPlayerConnect(playerid)
{   
     new string[128];
     format(string,sizeof (string),"Your text here");
     ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX,"Mission", string, "OK", "Esc");
     return 1;
}
And dialog id, which is 1 now, depends on what id you're using in OnDialogResponse
Reply


Messages In This Thread
Dialog + Format Help - by RonnyCZ - 02.08.2013, 06:56
Re: Dialog + Format Help - by appleomax - 02.08.2013, 07:07
Re: Dialog + Format Help - by RonnyCZ - 02.08.2013, 07:19

Forum Jump:


Users browsing this thread: 1 Guest(s)