MySQL issue
#5

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:
pawn Код:
mysql_function_query(dbHandle, query, true, "OnFurnitureInsert", "iiiiiis[128]fff", houseid, interior, world, furnitureslot, model, price, name, x, y, z);
to:
pawn Код:
mysql_function_query(dbHandle, query, true, "OnFurnitureInsert", "iiiiiisfff", houseid, interior, world, furnitureslot, model, price, name, x, y, z);
Reply


Messages In This Thread
MySQL issue - by Tony$$ - 20.05.2015, 16:03
Re: MySQL issue - by Konstantinos - 20.05.2015, 16:05
Re: MySQL issue - by Tony$$ - 20.05.2015, 16:35
Re: MySQL issue - by rappy93 - 20.05.2015, 17:08
Re: MySQL issue - by Konstantinos - 20.05.2015, 18:05
Re: MySQL issue - by Tony$$ - 20.05.2015, 19:44
Re: MySQL issue - by Konstantinos - 20.05.2015, 19:53
Re: MySQL issue - by Tony$$ - 20.05.2015, 20:08

Forum Jump:


Users browsing this thread: 2 Guest(s)