20.05.2015, 18:05
It shouldn't be like the format of sscanf - don't get confused with that. Just i d s f (according to the arguments you're passing and the order of them of course) without spaces between them.
Replace:
to:
Replace:
pawn Код:
mysql_function_query(dbHandle, query, true, "OnFurnitureInsert", "iiiiiis[128]fff", houseid, interior, world, furnitureslot, model, price, name, x, y, z);
pawn Код:
mysql_function_query(dbHandle, query, true, "OnFurnitureInsert", "iiiiiisfff", houseid, interior, world, furnitureslot, model, price, name, x, y, z);