CrosRoad95 Posted November 21, 2016 Share Posted November 21, 2016 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
Recommended Posts