-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
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:
Metadata
Metadata
Assignees
Labels
No labels