What the hell is this error?
#1

Code:
*/	//===Zonos===\\
	BuildingJumpGangZone = GangZoneCreate(-2901.1870, -3117.6577, -2864.2527, -3074.6672);
	//===========\\
//================================== PNK AUTO ==================================
	//===Gates==\\
	Gate2 = CreateObject(17951, -1643.2749, 1204.2693, 8.0269, 0.0000, 0.0000, 342.8113);
got this and

Code:
E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\gamemodes\SZM.pwn(3973) : error 049: invalid line continuation
E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\gamemodes\SZM.pwn(3975) : error 049: invalid line continuation
E:\Games Setup\Gta san andreas server\Install\samp02Xserver.win32\gamemodes\SZM.pwn(3977) : error 049: invalid line continuation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
I never seen this error in my life and don't know how to fix it, can anyone help me?
Reply
#2

Quote:

Error 049: A line continuation character (a backslash at the end of a line) is
at an invalid position, for example at the end of a file or in a single
line comment.

If you would check pawn-lang.pdf you would know.

I think those \\ are problem.
Reply
#3

Could you please give me the link?
Reply
#4

http://www.megaupload.com/?d=K1IC3YJ7
Reply
#5

" \\ " isn't supported as a Message line, meaning it will think you're trying to script something with it, so you have to use either "/*&*/" or "//"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)