Help regarding Invoke. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (
https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: Help regarding Invoke. (
/showthread.php?tid=449436)
Help regarding Invoke. -
Isolated - 08.07.2013
Hey there.
I'm trying to work out a way to include MySQL into my gamemode, so I'm using the Invoke from Incognito, however I've added everything from BlueGs plugin, to use callNative, however for whatever reason, mysql_query will not work.
For anyone who's not familiar with Invoke, it has two sections, one is like "mysql_query", then the other is:
pawn Code:
static const Native mysql_query = { "mysql_query", "siii" };
However it returns some strange error saying:
Error: namespace "PAWN" has no member "mysql_query" Although in Invoke.h it is clearly there, and when I enter the declaration or definition it takes me straight to it.
Any ideas on why this isn't working?
I understand this isn't a C++ support forum, however it is still to do with Invoke.
Re: Help regarding Invoke. -
ReVo_ - 09.07.2013
http://stackoverflow.com/
Use this site for C++ and other languages help, they can help you more.
Re: Help regarding Invoke. -
kurta999 - 09.07.2013
You must call once every function which you use with Invoke. This was done?
E: Sorry, delete this post. Anyway what about add function to ZeeX GDK? This is lot of faster than invoke.