01.01.2018, 05:09
Quote:
Unfortunetly no I have no idea why it's doing this as it worked fine a couple of days ago...
|
Could you try placing the connect code somewhere else? Try placing it as the very first function to execute under OnGameModeInit:
Код:
OnGameModeInit() { SQL::Connect(mysql_host, mysql_user, mysql_pass, mysql_db); // Other code below }