16.10.2016, 09:21
mysql_function_query was a macro. If you don't want to rename it to mysql_tquery and remove the 3rd parameter (true/false for cache) completely, you can use:
All the rest are explained here: https://sampforum.blast.hk/showthread.php?tid=616103
pawn Код:
#define mysql_function_query(%0,%1,%2,%3,"%4"%5) mysql_tquery(%0,%1,%3,#%4%5)