12.08.2012, 21:14
(
Последний раз редактировалось Speed++; 13.08.2012 в 00:07.
)
NOTE: i use BlueG MySQL Plugin, R6
in my OnGameModeInit i have this...
and when i load the sa-mp server.exe... print
MySQL connection is still alive!
MySQL connection is still alive!
why ??
in my OnGameModeInit i have this...
pawn Код:
// mysql debug
mysql_debug(1);
// iConnectionHandle
iConnectionHandle = mysql_connect(HOST_MySQL, USER_MySQL, DATA_MySQL, PASS_MySQL);
if(mysql_ping()) print("MySQL connection is still alive!");
if(!mysql_ping()) print("MySQL connection is dead!");
MySQL connection is still alive!
MySQL connection is still alive!
why ??


??

