I have to write Func:func<ii> or F@_@ii:func for a function. How to write Func:func<...> for different parameters in https://wiki.sa-mp.com/wiki/MySQL/R33#mysql_pquery to write:
mysql_pquery_indirect(connectionHandle, query[], Func:callback<...>, format[] = "", {Float,_}:...);
#define mysql_pquery_indirect(%1,%2,&%3,%4,%5,%6) mysql_pquery_indirect(%1,%2,addressof(%3<%5>),%4,%5,%6)
I get many tag mismatch warnings.
Also for this:
https://forum.sa-mp.com/showthread.php?t=663852
I have to write
Func:func<ii>orF@_@ii:funcfor a function. How to writeFunc:func<...>for different parameters in https://wiki.sa-mp.com/wiki/MySQL/R33#mysql_pquery to write:I get many tag mismatch warnings.
Also for this:
https://forum.sa-mp.com/showthread.php?t=663852