14.03.2015, 20:31
Код:
[22:57:18] [ERROR] CMySQLConnection::SetCharset - error 2019: Can't initialize character set cp1251_general_ci (path: c:\Program Files\MySQL\MySQL Server 5.1\\share\charsets\) [22:57:18] [ERROR] CMySQLConnection::SetCharset - error 2019: Can't initialize character set cp1251_general_ci (path: c:\Program Files\MySQL\MySQL Server 5.1\\share\charsets\) [22:57:18] [ERROR] CMySQLConnection::SetCharset - error 2019: Can't initialize character set cp1251_general_ci (path: c:\Program Files\MySQL\MySQL Server 5.1\\share\charsets\) [22:57:18] [ERROR] cache_get_row_int - invalid datatype [22:57:18] [WARNING] CMySQLResult::GetRowData - invalid row ('0') or field index ('15') [22:57:18] [ERROR] cache_get_row_float - invalid datatype [22:57:18] [WARNING] CMySQLResult::GetRowData - invalid row ('0') or field index ('16') [22:57:18] [ERROR] cache_get_row_int - invalid datatype [22:57:18] [WARNING] CMySQLResult::GetRowData - invalid row ('1') or field index ('15') [22:57:18] [ERROR] cache_get_row_float - invalid datatype [22:57:18] [WARNING] CMySQLResult::GetRowData - invalid row ('1') or field index ('16')
В OnGameModeInit:
Код:
mysql_set_charset("cp1251_general_ci", dbHandle); mysql_function_query(dbHandle,"SET NAMES 'cp1251'", false, "", ""); mysql_function_query(dbHandle,"SET CHARACTER SET 'cp1251'", false, "", "");