error - 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: error (
/showthread.php?tid=471616)
error -
Ryox175 - 24.10.2013
C:\Documents and Settings\arvuti\My Documents\samp03x_svr_R2_win32\gamemodes\test.pwn( 40) : error 049: invalid line continuation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Line 40:
pawn Код:
AddPlayerClass(23,2038.5416,1342.3601,10.6719,270.0824,0,0,0,0,0,0);
Re: error -
MCZOFT - 24.10.2013
what you trying to do ? explain more ?
Re: error -
Konstantinos - 24.10.2013
Do you use any backslash at lines 39-41?
Example:
pawn Код:
// This is a comment and I accidentally typed a backslash \ and as a result it'll give the error.
AddPlayerClass(23,2038.5416,1342.3601,10.6719,270.0824,0,0,0,0,0,0);