Accounts.db problem
#1

Hi, i'm begginer in sqlite, i edited something in accounts.db after i clicked Save, I stopped and restarted the server , the problem is that players can login into their account but the are empty, the stats is clear. I pu a backup of the db but I have the same problem...
Reply
#2

After your making your db_query to load the player's values. ( "SELECT * FROM" etc ). Make sure to print the query so you can see if the whole query gets executed. If the query stops at some point like SELECT *. Then it means that your query array is too small for the whole command. I myself always create big queries for example.

pawn Код:
new szQuery[300];
Just in case
Reply
#3

Would be cool if you provided us with some code.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)