houses
#6

Well i have no knowelge about SQLite, I find the actual SQL easier to manage;

Little thing:

pawn Код:
format(owner, sizeof(owner), "None");
HouseInfo[id][hOwner] = owner;
You can do this:

pawn Код:
format(HouseInfo[id][hOwner], 24, "None");

About your error, there's no reason on why it shouldn't print the "2"; It should fail after the second and before the third check if you're using two different methods of saving.
Reply


Messages In This Thread
houses - by Mattakil - 02.02.2014, 02:45
Re: houses - by CuervO - 02.02.2014, 02:48
Re: houses - by Mattakil - 02.02.2014, 02:51
Re: houses - by Mattakil - 02.02.2014, 02:56
Re: houses - by Mattakil - 02.02.2014, 03:08
Re: houses - by CuervO - 02.02.2014, 03:21

Forum Jump:


Users browsing this thread: 1 Guest(s)