how to get function from module, not plugin ??
Hi, i am created th function
Code:
public SQL_ReadResult_assoc(Handle:query, field[], {Float,_}:...)but it can't find the function in callfunc_begin("SQL_ReadResult"). I know that there is not SQL_ReadResult in any plugin, its in a module :) By the way i want to read results in SQL accosiated with names and think that only way is to write a C++ module. Is it right that in amxx you can't execute the module function with variable arguments ? |
Re: how to get function from module, not plugin ??
or why this doens't work ?
Code:
public SQL_ReadResult_assoc(Handle:query, field[], {Float,_}:...) |
| All times are GMT -4. The time now is 15:10. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.