06.04.2018, 19:18
And here's the error lines:
I've added those too..
Код:
if(mysql_errno(db_handle) != 0) { printf("** [MySQL] Couldn't connect to the database (%d).", mysql_errno(db_handle)); SendRconCommand("exit"); } else { printf("** [MySQL] Connected to the database successfully! (%d)", _:db_handle); }
Код:
new mysql;
Код:
new MySQL:db_handle;