16.03.2016, 18:40
Hi,
Do i need to close mysql connection when i start but it's was not succefully?
Do i need to close mysql connection when i start but it's was not succefully?
Код:
OnGameModeInit mysql_connect(...); if(mysql_errno() != 0) { mysql_close(); ? }