[HELP] MySQL INSERT INTO query.
#3

Quote:
Originally Posted by itsCody
Посмотреть сообщение
Check server logs for the error, if none are present, add this somewhere inside of your gamemode, re run the command and review the errors.

PHP код:
public OnQueryError(erroriderror[], callback[], query[], connectionHandle)
{
    new 
string[100];
    
printf("Error ID: %i"errorid);
    
printf("Error: %s"error);
    
printf("Callback: %s"callback);
    
printf("Query: %s"query);
    return 
1;

Already have that defined. No errors are showing up in the console unfortunately.
Reply


Messages In This Thread
[HELP] MySQL INSERT INTO query. - by BornHuman - 03.03.2016, 00:58
Re: [HELP] MySQL INSERT INTO query. - by itsCody - 03.03.2016, 01:03
Re: [HELP] MySQL INSERT INTO query. - by BornHuman - 03.03.2016, 01:08

Forum Jump:


Users browsing this thread: 1 Guest(s)