SA-MP Forums Archive
Dialog too line - 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: Dialog too line (/showthread.php?tid=437700)



Dialog too line - Tanush123 - 16.05.2013

pawn Код:
ShowPlayerDialog(playerid,38,DIALOG_STYLE_MSGBOX,"How to get money","In this server you can get money by doing many things\nYou can join an organization on forum or join a job\nYou even get money in paydays every 30 minutes (check top right for minutes) or get money when you level up\nYou can also buy business and also get money from your business in paydays\nUse /dropcar to export car to get random money, do trucking (/truckcp) or fishing (/fishloc)\nRemember to deposit a lot of money in bank so you get interest in payday!","Print","Close");
Код:
C:\Users\Owner\SA-MP\gamemodes\xG.pwn(8112) : error 075: input line too long (after substitutions)
C:\Users\Owner\SA-MP\gamemodes\xG.pwn(8113) : error 037: invalid string (possibly non-terminated string)
C:\Users\Owner\SA-MP\gamemodes\xG.pwn(8113) : error 017: undefined symbol "In"
C:\Users\Owner\SA-MP\gamemodes\xG.pwn(8113) : error 017: undefined symbol "this"
C:\Users\Owner\SA-MP\gamemodes\xG.pwn(8113) : fatal error 107: too many error messages on one line
How do i add more words in this dialog?


Re: Dialog too line - Scenario - 16.05.2013

I think there's a limit of like 512/600 characters per line in PAWN.

This function may be of some use to you: https://sampwiki.blast.hk/wiki/Strcat


AW: Dialog too line - HurtLocker - 16.05.2013

https://sampforum.blast.hk/showthread.php?tid=312392

EDIT: late