06.04.2018, 18:31
Why do i get those? Im trying to do a login register sys.
https://sampforum.blast.hk/showthread.php?tid=574714
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;