02.02.2014, 03:21
Well i have no knowelge about SQLite, I find the actual SQL easier to manage;
Little thing:
You can do this:
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.
Little thing:
pawn Код:
format(owner, sizeof(owner), "None");
HouseInfo[id][hOwner] = owner;
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.