04.08.2016, 10:19
Hello,
im using this plugin (mysql_static.so):
https://sampforum.blast.hk/showthread.php?tid=56564
and i have got a problem with encoding. i have got on my ongamemodeinit:
And i still cannot use polish letters on mysql.
I know there is a problem with samp because i have got website hosted on the same server and database and everything works fine.
Can anybody help me?
im using this plugin (mysql_static.so):
https://sampforum.blast.hk/showthread.php?tid=56564
and i have got a problem with encoding. i have got on my ongamemodeinit:
Код:
//Połącz z MySQL mysql_log(LOG_ERROR | LOG_WARNING, LOG_TYPE_HTML); g_SQL = mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASS); //send a query to recieve all the stored player data from the table mysql_set_charset("utf8",g_SQL); mysql_query(g_SQL, "SET NAMES utf8");
I know there is a problem with samp because i have got website hosted on the same server and database and everything works fine.
Can anybody help me?