How to make longer DIALOG_STYLE_MSGBOX ?! - 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)
+--- Thread: How to make longer DIALOG_STYLE_MSGBOX ?! (
/showthread.php?tid=305908)
How to make longer DIALOG_STYLE_MSGBOX ?! -
ProdrifterX - 24.12.2011
Hello Guys.. iam editing my server.. so i need help with dialog style msgbox. i want to make it longer with more words . so can someone help me?
Thanks
__________________________________________________ _____________________
you helped me?
im writing you in /credits box!
www.highvoltage-drift.tk
Re: How to make longer DIALOG_STYLE_MSGBOX ?! -
Calgon - 24.12.2011
Don't use \n's at the end of every sentence?
Re: How to make longer DIALOG_STYLE_MSGBOX ?! -
ProdrifterX - 24.12.2011
iam using that \n
Re: How to make longer DIALOG_STYLE_MSGBOX ?! -
Calgon - 24.12.2011
\n creates a new line, if you don't use it, your text will expand the size of your message box.
Re: How to make longer DIALOG_STYLE_MSGBOX ?! -
ProdrifterX - 24.12.2011
i know but i want to add more words so i cant cuz when i add more words and i press copmiler
Quote:
(112 : error 075: input line too long (after substitutions)
|
Re: How to make longer DIALOG_STYLE_MSGBOX ?! -
Calgon - 24.12.2011
Oh, you could've been a little more specific.
Use format and strcat, as demonstrated
here.