Jump to content

Bashelion

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

0 Neutral

About Bashelion

  • Rank
    Newbie
  1. Hi everyone! English is not my native language, so I use my little knowledge and Google translator I have 2 questions about arma3 extensions: 1) BE always blocks my extensions, even if you take those that are given on the wiki. At the same time, he warns that he can launch the extension if it does not stop the game process. But apparently it doesn't work that way. Is it possible to do something about this without entering(including) the extension in the whitelist? I'm going to use this extension only on the server. 2) My extension makes a request using libCURL, but during the request, the game hangs(stop) for 2-5 seconds. I read that it's kind of possible to solve this with callbacks. I saw an example on the wiki. But my knowledge of C++ is not so good, could you help me adapt my sample code for a callback. At the same time, so that it works the same as the usual RVExtensionArgs function, returning [result, returncode, errorcode] or [result, returncode]. Shortly example my code:
×