View Single Post
sigerman
Senior Member
Join Date: Aug 2013
Location: Argentina, Bs.As.
Old 05-07-2024 , 23:42   Re: [req] problem with uq_jumpstats (mysql fix)
Reply With Quote #14

I put the line

PHP Code:
SQL_SetCharset(DB_TUPLE,"utf8"); 
Where you told me to, and IT WORKS!!!! : D Thanks!!

Quote:
Originally Posted by JocAnis View Post
okay, can you go in uqjumpstats/scripting/includes/uq_jumpstats_sql.inc

after:
Code:
if(!SqlConnection) 
{
	server_print("uq_jumpstats: Could not connect to SQL database; Error #%d: %s", error, g_error);
	log_amx("uq_jumpstats: Could not connect to SQL database; Error #%d: %s", error, g_error);
	return pause("a");
}
and add one line:
SQL_SetCharset(sql,"utf8")
sigerman is offline