We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314b49a commit 3cb72d2Copy full SHA for 3cb72d2
api/AltV.Net/Data/ClientScriptRPCEvent.cs
@@ -41,7 +41,7 @@ public bool Answer(params object[] args)
41
42
unsafe
43
{
44
- result = Core.Library.Server.Event_ClientScriptRPCEvent_Answer(ClientScriptRPCNativePointer, mValuePointers, size) == 1;
+ result = Core.Library.Server.Event_ClientScriptRPCEvent_Answer(ClientScriptRPCNativePointer, Core.NativePointer, mValuePointers, size) == 1;
45
}
46
47
for (var i = 0; i < size; i++)
0 commit comments