07.03.2016, 05:13
I edited that! Still its not connecting to the database!
Here's what I did
Код:
[11:12:37] Connection to MySQL failed. [11:12:37] Number of vehicle models: 0 [11:12:37] --- Server Shutting Down.
Код:
if(!mysql_ping()) { printf("================ [ERROR] ================"); printf("Connection to MySQL failed."); SendRconCommand("exit"); return 1; }