You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to call natives of your plugin from another plugin.
But I'm getting a runtime error: "Script not found".
Calling natives to other plugins works good, but with this one not.
I'm using sampgdk_FindNative(name) to find your natives, this works OK.
But using sampgdk_InvokeNativeArray(native, format, args) not executes it and prints "[Pawn.RakNet] BS_ReadValue: Script not found" on the console. This happens with all your natives, not only the mentioned.
I'm doing something wrong?
The text was updated successfully, but these errors were encountered:
I know almost nothing about sampgdk and the c++ language, and I was wondering if anyone could fix the situation, and not just raknet, but other plugin libraries like samp-cef can't be called through samp-node. The underlying samp-node should be the sampgdk_InvokeNativeArray that uses sampgdk.
I am willing to pay a certain amount of money to the person who solves the problem, in fact I am donating open.mp, although only £120 GBP at the moment. You can see here.
I need to call natives of your plugin from another plugin.
But I'm getting a runtime error: "Script not found".
Calling natives to other plugins works good, but with this one not.
I'm using sampgdk_FindNative(name) to find your natives, this works OK.
But using sampgdk_InvokeNativeArray(native, format, args) not executes it and prints "[Pawn.RakNet] BS_ReadValue: Script not found" on the console. This happens with all your natives, not only the mentioned.
I'm doing something wrong?
The text was updated successfully, but these errors were encountered: