02.03.2014, 17:54
When you execute a query and you want to store the result, you've got to use DBResult tag.
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.
pawn Код:
new Query[512], DBResult: idc;
Since you select, you should free the result at the end.
PS: It's SQLite.