• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Dialog MSGBOX Help
#1
Hello i can't get more than 20 line on MSGBOX ?? Why ??
I see many server with dialog MSGBOX have more 20 line ...
  Reply
#2
Lemme see teh code
Using Pawn.CMD?

If you're doing so, this is the very first sign that you absolutely shouldn't utilize your all powerful P-Code knowledge in any of the scripting discussion topics.
  Reply
#3
(2020-11-17, 04:04 PM)Pinch Wrote: Lemme see teh code

Hello i have fixed :)?

Quote:new szBuffer2[2024];
? ? ? ? ? ? ? ? strcat(szBuffer2, "\n\n");
? ? ? ? ? ? ? ? strcat(szBuffer2, "\n");
? ? ? ? ? ? ? ? strcat(szBuffer2, "");
? ? ? ? ? ? ? ? ShowPlayerDialog(playerid, DIALOG_ID_REPORT, DIALOG_STYLE_MSGBOX, "", szBuffer2, "Back", "Cancel");

i have changed?szBuffer2[2024] To?szBuffer2[3170] Thanks to Hype from discord to give me solution :)?
  Reply


Forum Jump: