Error 075: input line too long (after substitutions)
#3

Split it to two queries. Or, you can do this:

pawn Код:
format (update, sizeof (update), "UPDATE users SET pMoney = '%i' ......, pHorseshoes = '%i'", ...);
format (update, sizeof (update), "%s, pDealer = '%i'....., ", update, ...);
Reply


Messages In This Thread
Error 075: input line too long (after substitutions) - by nezo2001 - 14.06.2015, 14:33
Re: Error 075: input line too long (after substitutions) - by b3nz - 14.06.2015, 14:36
Re: Error 075: input line too long (after substitutions) - by b3nz - 14.06.2015, 14:40
Re: Error 075: input line too long (after substitutions) - by zeth98 - 14.06.2015, 15:08

Forum Jump:


Users browsing this thread: 2 Guest(s)