View Single Post
Impact123
Veteran Member
Join Date: Oct 2011
Location: Germany
Old 09-18-2017 , 11:34   Re: [CSGO] MySQL Insert error
Reply With Quote #2

The first step to find errors in a query is to take a look at it. Use
PHP Code:
PrintToServer("Query: '%s'"Query); 
or
PHP Code:
LogMessage("Query: '%s'"Query); 
and post what it says.
__________________

Last edited by Impact123; 09-18-2017 at 11:47.
Impact123 is offline