Jump to content

[C++] Can i use MTA functions in modules?


Recommended Posts

On 17/05/2019 at 14:01, XaskeL said:

CLuaArguments args;
args.PushString(szEventName);
args.PushBoolean(true);
args.Call(luaVM, "addEvent");

Like so I called once MTA functions

Thanks =D I understand module mechanics a bit more now

Link to comment
  • Recently Browsing   0 members

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