07.05.2014, 09:54
Ah, yes feel the love in the room.
@jcvag44800: Is it possible, that you are calling the function and feeding it bad data? For example;
MySQLUpdateBuild("My bad data", playerid)
Error messages don't always point directly at the problem.
If not, you will need to run a debug trace on that variable string query to find out where it becomes a null string. For example; a series of printf (query); though out your function to track the changes.
@jcvag44800: Is it possible, that you are calling the function and feeding it bad data? For example;
MySQLUpdateBuild("My bad data", playerid)
Error messages don't always point directly at the problem.
If not, you will need to run a debug trace on that variable string query to find out where it becomes a null string. For example; a series of printf (query); though out your function to track the changes.

