error 035: argument type mismatch (argument 1)
#2

pawn Код:
mysql_function_query( connectionHandle, query[], bool:cache, callback[], format[], {Float,_}:... );
BlueG's examples:
pawn Код:
mysql_function_query(connectionHandle, "UPDATE `foo` SET `bar` = 1", false, "CustomResponse", "dsf", 1337, "string", 1.5634);

public CustomResponse(integer, string[], Float:float)
{
    printf("Query successful executed. Data: %d | %s | %f", integer, string, float);
    return 1;
}
Reply


Messages In This Thread
error 035: argument type mismatch (argument 1) - by lulo356 - 01.03.2015, 22:29
Re: error 035: argument type mismatch (argument 1) - by maramizo - 01.03.2015, 22:56
Re: error 035: argument type mismatch (argument 1) - by lulo356 - 01.03.2015, 23:00
Re: error 035: argument type mismatch (argument 1) - by lulo356 - 02.03.2015, 09:24
Re: error 035: argument type mismatch (argument 1) - by MikE1990 - 02.03.2015, 09:33

Forum Jump:


Users browsing this thread: 1 Guest(s)