AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Coding MM:S Plugins & SM Extensions (https://forums.alliedmods.net/forumdisplay.php?f=75)
-   -   Link Module with Sourcemod (https://forums.alliedmods.net/showthread.php?t=302189)

ReymonARG 10-20-2017 07:29

Link Module with Sourcemod
 
Hi, i code my own native module, all working perfect. Now i have a big problem. I want to share data with sourcemod.

Anyone have the same problem, build a module that link sourcemod API with another?

I'm working only with Linux, so is more easy to get the pointer to functions.

Fyren 10-21-2017 01:01

Re: Link Module with Sourcemod
 
There is a sample extension in the SM repo that uses both the MM:S and SM APIs.

ReymonARG 10-22-2017 03:00

Re: Link Module with Sourcemod
 
I think that you dont understand, i build a native module (like is metamod) the problem is that now i want to comunicate with SM Plugins and I dont have the api :(

WildCard65 10-22-2017 07:26

Re: Link Module with Sourcemod
 
Here's the API you have available to communicate with SM plugins:
IPluginSys.h
sp_vm_api.h


All times are GMT -4. The time now is 04:57.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.