How to pass undefined number of argument to another function
#3

Whitout YSI
i need to use emit right?
PHP Code:
stock mysql_function_queryEx(connectionHandlequery[], bool:cachecallback[], format[], {Float,_}:...)
{
      
//something
      
return mysql_function_query(connectionHandlequerycachecallbackformat//var);

or i can use the #define version whitout emit ??
Quote:

or i can use the #define version whitout emit ??

PHP Code:
#define mysql_function_queryEx(%0,%1,%2,%3,%5,%6) \
//sometig \
 
return mysql_function_query(%0,%1,%2,%3,%5,%6); 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)