Posts: 100
Threads: 10
Joined: Apr 2014
When i restart the server, it resets all the data. Why?
Posts: 100
Threads: 10
Joined: Apr 2014
help help
Posts: 315
Threads: 39
Joined: Jan 2014
Reputation:
0
Well.. we need to see your code where you save the data and when you login.
Also a pic of one of your MySQL rows.
Posts: 100
Threads: 10
Joined: Apr 2014
20.09.2015, 16:57
(
Последний раз редактировалось Jensenn; 10.09.2016 в 18:15.
)
xxxxxxx
Posts: 100
Threads: 10
Joined: Apr 2014
up, help
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
You're not supposed to close the connection in OnGameModeInit ... No wonder that nothing works if you're not even connected.
Posts: 100
Threads: 10
Joined: Apr 2014
Quote:
Originally Posted by Vince
You're not supposed to close the connection in OnGameModeInit ... No wonder that nothing works if you're not even connected.
|
i don't understand, details pls
Posts: 100
Threads: 10
Joined: Apr 2014
up up
Posts: 449
Threads: 20
Joined: Mar 2012
Reputation:
0
Remove mysql_close() from OnGameModeInit.
Posts: 100
Threads: 10
Joined: Apr 2014
Quote:
Originally Posted by rappy93
Remove mysql_close() from OnGameModeInit.
|
It didn't work, could it be because of this?