Jump to content

load and cell .dll and .so files


CrosRoad95

Recommended Posts

Cool will be when in mta i can load and cell .dll or .so file, for example:

i have file .dll, in my file is function "helloworld" and i can make code example:

lib=loadLibrary("mylib.so") -- 'so' on linux, 'dll' on windows

libraryCell(lib,"helloworld")

and function libraryCell return string "hello world"

in my opinion this is easier to implement than modules

only server-side

Link to comment
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...