MYSQL Bug
#1

Hello ,i found a bug in my mysql server and i failed to fix it
In the server i have some variable like money level playtime factionid renthouse and so on
When player register in the server is set the money to 10K the renthouse to -1 "means no rentable house" and faction id to 200 "means civilian"
Some accounts work properly and get saved in users table and some of them dont save and set all this variable to 0 so rented house id 0 ,faction id 0 "crime family",level 0 ,money =0 and Also it didnt get saved in users table while the account which work properly it get saved as well
Help if possible...
Reply
#2

Could you please share the part of the code which you believe is causing the problem? We can't help you unless we can see your script.

You are indirectly saying us that your registration INSERT query was successful (you said that all the fields are set to 0). I guess, one of your UPDATE queries is the culprit.

Can you share the part of the script which handles registrations and updating the database?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)