09.09.2016, 13:34
It has to do with DEBUG level. There are 3 workarounds for now so you can be able to use that character:
- setting mysql_log to NONE (not recommended).
- removing mysql_log completely and let it be the default (ERROR and WARNING) level. The constants are mixed up in a_mysql.inc file for debug level and you need to change them. See here: http://forum.sa-mp.com/showpost.php?...postcount=5953
- Using R41 (for Windows only) which fixes the above (good if it is a test server).
- setting mysql_log to NONE (not recommended).
- removing mysql_log completely and let it be the default (ERROR and WARNING) level. The constants are mixed up in a_mysql.inc file for debug level and you need to change them. See here: http://forum.sa-mp.com/showpost.php?...postcount=5953
- Using R41 (for Windows only) which fixes the above (good if it is a test server).