MySQL/SQLite warning
#2

When you execute a query and you want to store the result, you've got to use DBResult tag.
pawn Код:
new Query[512], DBResult: idc;
so you'll also need to use the tag in the first argument in LoadPlayerCar function.

Since you select, you should free the result at the end.

PS: It's SQLite.
Reply


Messages In This Thread
MySQL/SQLite warning - by Danijel. - 02.03.2014, 17:49
Re: MySQL/SQLite warning - by Konstantinos - 02.03.2014, 17:54
Re: MySQL/SQLite warning - by Danijel. - 02.03.2014, 18:02
Re: MySQL/SQLite warning - by Konstantinos - 02.03.2014, 18:04
Re: MySQL/SQLite warning - by Danijel. - 02.03.2014, 18:09
Re: MySQL/SQLite warning - by Konstantinos - 02.03.2014, 18:15
Re: MySQL/SQLite warning - by Danijel. - 02.03.2014, 18:20
Re: MySQL/SQLite warning - by Konstantinos - 02.03.2014, 18:27
Re: MySQL/SQLite warning - by Danijel. - 02.03.2014, 18:33
Re: MySQL/SQLite warning - by Konstantinos - 02.03.2014, 18:41

Forum Jump:


Users browsing this thread: 1 Guest(s)