invalid string (possibly non-terminated string) - 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: invalid string (possibly non-terminated string) (
/showthread.php?tid=274412)
invalid string (possibly non-terminated string) -
omer5198 - 05.08.2011
errors:
pawn Код:
D:\Games\GTASAN~2\G~1\GAMEMO~1\Mode.pwn(2435) : error 037: invalid string (possibly non-terminated string)
D:\Games\GTASAN~2\G~1\GAMEMO~1\Mode.pwn(2435) : error 029: invalid expression, assumed zero
D:\Games\GTASAN~2\G~1\GAMEMO~1\Mode.pwn(2435) : error 029: invalid expression, assumed zero
D:\Games\GTASAN~2\G~1\GAMEMO~1\Mode.pwn(2435) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
Line:
pawn Код:
format(string, sizeof(string), "The Server Will Reset In: %d", ResServTime);
Re: invalid string (possibly non-terminated string) -
MadeMan - 05.08.2011
Show the line before it.
Re: invalid string (possibly non-terminated string) -
omer5198 - 05.08.2011
those are the lines before and after it:
pawn Код:
new string[128];
format(string, sizeof(string), "The Server Will Reset In: %d", ResServTime);
SendClientMessageToAll(COLOUR_ORANGE, "~~~Server's Reset System~~~);
SendClientMessageToAll(COLOUR_RED, string);
SendClientMessageToAll(COLOUR_RED, string);
SendClientMessageToAll(COLOUR_RED, string);
SendClientMessageToAll(COLOUR_ORANGE, "~~~Server's Reset System~~~);
Re: invalid string (possibly non-terminated string) -
MadeMan - 05.08.2011
pawn Код:
SendClientMessageToAll(COLOUR_ORANGE, "~~~Server's Reset System~~~");
Missing "
Re: invalid string (possibly non-terminated string) -
omer5198 - 05.08.2011
Quote:
Originally Posted by MadeMan
pawn Код:
SendClientMessageToAll(COLOUR_ORANGE, "~~~Server's Reset System~~~");
Missing "
|
thx... i didn't see it... :/
b.t.w: what is the problem with this? :
Код:
error 017: undefined symbol "SendCommand"
Re: invalid string (possibly non-terminated string) -
MadeMan - 05.08.2011
Quote:
Originally Posted by omer5198
thx... i didn't see it... :/
b.t.w: what is the problem with this? :
Код:
error 017: undefined symbol "SendCommand"
|
It works only in NPC scripts.
Re: invalid string (possibly non-terminated string) -
omer5198 - 05.08.2011
Never mind... i just used SendRconCommand...