Posts: 1,600
Threads: 3
Joined: May 2011
Reputation:
0
This is odd, did you try reinstalling MYSQL and everything to see if this error happen then?
Posts: 734
Threads: 8
Joined: Jun 2009
18.03.2012, 09:58
(
Последний раз редактировалось Virtual1ty; 18.03.2012 в 15:58.
)
Do you use mysql_close() under OnGameModeInit? If you don't then there's your problem.
Edit: Yeah, under OnGameModeExit, did a little typo there, what matters is that you understood it.
Posts: 318
Threads: 31
Joined: Mar 2012
Reputation:
0
Finally, that fixed it. Thank you, got a reputation point from me.
But I'm wondering, shouldn't that be placed under OnGameModeExit?