02.12.2013, 23:39
I cant seem to figure out the error, even splitting the lines didnt help 

pawn Код:
format(Query, sizeof(Query), "INSERT INTO `ACCOUNTS` (IP`, `PASSWORD`, `CASH`, `NAME`, `ADMIN`, `DEV`, `HELPER`, `VIP`, `LEVEL`, `XPOS`,\
`YPOS`, `ZPOS`, `NUMBER`, `PTIME`, `BANNED`, `SEX`, `TUT`, `FACTION`, \
`FACLEVEL`, `FACRANK`, `PAYCHECK`, `PAYDAY`,`HOURS`, `JAILED`, `MASK`, `JOB`, \
`LICENSE`, `CARKEY`, `CARKEY2`, `CARKEY3`, `GUNLICENSE`, `ARRESTED`, `WALKIE`, `BANREASON`, `GASCAN`, `ID`, `BANADMIN`, `BANDATE`, `SKIN`, \
/*Line 164*/VALUES('%s','%s', 5000, '%s', 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 'none', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'none', 0, %d, 'none', 'none', 0)", ip, inputtext, GetName(playerid), UID);
Код:
(163) : error 075: input line too long (after substitutions) (164) : error 037: invalid string (possibly non-terminated string) (164) : error 017: undefined symbol "INSERT" (164) : error 017: undefined symbol "INTO"