05.04.2017, 00:21
Quote:
I worked around these things, with help from your responses (thanks !) and now I came back with additional things:
|
About mysql_pquery I think it doesn't call your function because of this line
Код:
if (amx_FindPublic(amx, query->Callback.Name.c_str(), &amx_index) == AMX_ERR_NONE && amx_index >= 0)
Код:
if (!amx_FindPublic(amx, query->Callback.Name.c_str(), &amx_index))