SA-MP Forums Archive
[HELP] error 075: input line too long (after substitutions) [ please help ] - 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: [HELP] error 075: input line too long (after substitutions) [ please help ] (/showthread.php?tid=530254)



[HELP] error 075: input line too long (after substitutions) [ please help ] - SpikY_ - 06.08.2014

see these errors .. maybe line is too much long ..

Код:
D:\server\filterscripts/dad.pwn(48) : error 075: input line too long (after substitutions)
D:\server\filterscripts\dad.pwn(49) : error 037: invalid string (possibly non-terminated string)
D:\server\filterscripts\dad.pwn(49) : error 029: invalid expression, assumed zero
D:\server\filterscripts\dad.pwn(49) : error 029: invalid expression, assumed zero
D:\server\filterscripts\dad.pwn(49) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


5 Errors.
line is :

Код:
ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "{28F540}NGEN {FF00E6}<:> {F55B28}lol shop", "{7261F2}9mm {B1FB80}($1000)\n{95B4EE}AK-47 {B1FB80}($1000)\n{7261F2}Combat Shotgun {B1FB80}($1000)\n{95B4EE}Desert Eagle {B1FB80}($1000)\n{7261F2}M4 {B1FB80}($1000)\n{95B4EE}Micro SMG {B1FB80}($1000)\n{7261F2}MP5 {B1FB80}($1000)\n{95B4EE}Sawn-off Shotgun {B1FB80}($1000)\n{7261F2}Shotgun {B1FB80}($1000)\n{95B4EE}Silenced 9mm {B1FB80}($1000)\n{7261F2}Sniper Rifle {B1FB80}($1000)\n{95B4EE}Tec9 {B1FB80}($1000)", "Select", "Cancel");



Re: [HELP] error 075: input line too long (after substitutions) [ please help ] - SpikY_ - 06.08.2014

FIXED!!