This is an extension/mod that will allow you to compile/run C# & JS on the fly to.
The mod has only 2 functions:
Load some c#, returns a pointer
_pointer = [_path_to_cs] call ARMAEXT_fnc_load
Run the script and return the results
_result = [_pointer, _args] call ARMAEXT_fnc_run;
The c# has to implement the follow pattern:
class Startup { public static string Invoke(string input) { return "Hello World"; } }
- If you use this on clients, DISABLE BATTLEYE!
This work is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.