SA-MP Forums Archive
Please help me !!!! - 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: Please help me !!!! (/showthread.php?tid=496980)



Please help me !!!! - jardysmith0316 - 24.02.2014

Код:
(5132) : error 075: input line too long (after substitutions)
(5133) : error 037: invalid string (possibly non-terminated string)
(5133) : error 029: invalid expression, assumed zero
(5133) : error 017: undefined symbol "Job2"
(5133) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase
Код:
format(query, sizeof(query), "%s \
		`Job2` = %d, \
		`Paycheck` = %d, \
		`HeadValue` = %d, \
		`JailTime` = %d, \
		`WRestricted` = %d, \
		`Materials` = %d, \
		`Crates` = %d, \
		`Pot` = %d, \
		`Crack` = %d, \
		`Leader` = %d, \
		`Member` = %d, \
		`Division` = %d, \
		`Cuahang` = %d, \
		`Cuahang2` = %d, \
		`HtOnline` = %d, \
		`BusinessType` = %d, \
		`BusinessEnter` = %d, \
 		`Nguoigioithieu` = '%s', \
		`Gioithieu` = %d, \
		`NongdanTime` = %d, \
                `Cookies` = %d, \
                `BanTime` = %d, \
                `TimeBanned` = %d, \
		`BannedBy` = '%s', \
		`ReasonBanned` = '%s', \              <= error
		`FMember` = %d,",                      <= error
		query,
		PlayerInfo[playerid][pJob2],
		PlayerInfo[playerid][pPayCheck],
		PlayerInfo[playerid][pHeadValue],
		PlayerInfo[playerid][pJailTime],
		PlayerInfo[playerid][pWRestricted],
		PlayerInfo[playerid][pMats],
		PlayerInfo[playerid][pCrates],
		PlayerInfo[playerid][pPot],
		PlayerInfo[playerid][pCrack],
		PlayerInfo[playerid][pLeader],
		PlayerInfo[playerid][pMember],
		PlayerInfo[playerid][pDivision],
		PlayerInfo[playerid][pBusiness],
  		PlayerInfo[playerid][pBusiness2],
  		PlayerInfo[playerid][pHtOnline],
  		PlayerInfo[playerid][pBusinessType],
  		PlayerInfo[playerid][pBusinessEnter],
  		PlayerInfo[playerid][pNguoigioithieu],
  		PlayerInfo[playerid][pGioithieu],
  		PlayerInfo[playerid][pNongdanTime],
  		PlayerInfo[playerid][pCookies],
  		PlayerInfo[playerid][pBanTime],
  		PlayerInfo[playerid][pTimeBanned],
  		PlayerInfo[playerid][pBannedBy],
		g_mysql_ReturnEscaped(PlayerInfo[playerid][pReasonBanned], MainPipeline),
		PlayerInfo[playerid][pFMember]
	);



Re: Please help me !!!! - ahmedkoki - 24.02.2014

Post the line 5132 thanks