Hello guys,
i'm using this mysql plugin: http://forum.sa-mp.com/showthread.php?t=56564
In ongamemodeinit i have:
MySql tables uset utf8 too. And when I use polish letters from mysql i still have "?"
Anybody can help?
i'm using this mysql plugin: http://forum.sa-mp.com/showthread.php?t=56564
In ongamemodeinit i have:
Code:
mysql_set_charset("utf8",g_SQL);
mysql_query(g_SQL, "SET NAMES utf8");
Anybody can help?