Dialog size
#4

Here you go :-

Код:
CMD:help(playerid, parmas[])
{
  new pDialog[2048];
  strcat(pDialog, "YOURTEXT", sizeof(pDialog));
  strcat(pDialog, "YOURTEXT", sizeof(pDialog));
  strcat(pDialog, "YOURTEXT", sizeof(pDialog));
  strcat(pDialog, "YOURTEXT", sizeof(pDialog));
  strcat(pDialog, "YOURTEXT", sizeof(pDialog));
  strcat(pDialog, "YOURTEXT", sizeof(pDialog));
  strcat(pDialog, "YOURTEXT", sizeof(pDialog));
  strcat(pDialog, "YOURTEXT", sizeof(pDialog));
  strcat(pDialog, "YOURTEXT", sizeof(pDialog));
  strcat(pDialog, "YOURTEXT", sizeof(pDialog));
  strcat(pDialog, "YOURTEXT", sizeof(pDialog));
  strcat(pDialog, "YOURTEXT", sizeof(pDialog));
  //Add more if you wish.
  


  ShowPlayerDialog(playerid, 11, DIALOG_STYLE_MSGBOX,"Admin Commands", pDialog, "OK", "");
return 1;
}
This is a much easier way instead of using any other includes or stuff, if you don't get it, pm me and I will explain about how this works.
Reply


Messages In This Thread
Dialog size - by Tass007 - 19.08.2016, 08:49
Re: Dialog size - by Konstantinos - 19.08.2016, 09:00
Re: Dialog size - by Tass007 - 19.08.2016, 09:11
Re: Dialog size - by DeeadPool - 19.08.2016, 09:40
Re: Dialog size - by Tass007 - 19.08.2016, 10:04
Re: Dialog size - by Konstantinos - 19.08.2016, 10:20
Re: Dialog size - by Tass007 - 19.08.2016, 10:43
Re: Dialog size - by Konstantinos - 19.08.2016, 10:56

Forum Jump:


Users browsing this thread: 3 Guest(s)