A lot of letters in the dialog - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: A lot of letters in the dialog (
/showthread.php?tid=127664)
A lot of letters in the dialog -
MrLeNy - 14.02.2010
Hello. I have a problem, because when I create a dialogue with a length of more than 256 characters, the more I do not show, and I have seen so many servers dialogues about 500-700 characters in length. And here is my question what may be the wine (how to fix it)?
P.S Sorry for my English. I'm from Polish
Re: A lot of letters in the dialog -
Rac3r - 14.02.2010
Example:
http://pastebin.com/m19a7a240
EDIT :
Код:
format(rules,1000,"%s%s",RULES_1,RULES_2);
format(rules,1000,"%s%s",rules,RULES_3,RULES_4);
format(rules,1000,"%s",rules,RULES_5);
Re: A lot of letters in the dialog -
MrLeNy - 14.02.2010
This can create a string of more than 256 characters? Do not call it Crash?