Код:
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]
);