14.06.2015, 14:40
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, ...);