open.mp
open.mp copied to clipboard
Blocked animation libraries in game.
There are some animation libraries which are blocked in SAMP. It's a restriction which makes no sense. This game is about crime and no content should be restricted.
I'd like them to be allowed in game.
A screenshot of the libraries:
Best regards. sicario.dll
game.use_all_animations https://www.open.mp/docs/server/config.json
game.use_all_animations https://www.open.mp/docs/server/config.json
That's for SnM and BLOWJOBZ libraries, not SEX
game.use_all_animations https://www.open.mp/docs/server/config.json
That's for SnM and BLOWJOBZ libraries, not SEX
https://github.com/openmultiplayer/open.mp-sdk/blob/786a70578e412ba985ea5213c072ef2bb0ed1daf/include/anim.hpp#L2028
game.use_all_animations https://www.open.mp/docs/server/config.json
That's for SnM and BLOWJOBZ libraries, not SEX
https://github.com/openmultiplayer/open.mp-sdk/blob/786a70578e412ba985ea5213c072ef2bb0ed1daf/include/anim.hpp#L2028
It's a library validation function. Animation names and libraries should be added.
It's a library validation function. Animation names and libraries should be added.
The SEX library is blocked on the client itself.
open.mp server will allow you to send an RPC containing the SEX animation lib, and the client will receive it - but it won't play it.
It's a library validation function. Animation names and libraries should be added.
The
SEXlibrary is blocked on the client itself.open.mp server will allow you to send an RPC containing the
SEXanimation lib, and the client will receive it - but it won't play it.
I think it's possible to patch it with omp client
The animation library start from this commit and still don't know the reason it exists. https://github.com/openmultiplayer/open.mp-sdk/blob/54867d24baded2ef97e07dced5e9425f014a2c03/include/anim.hpp#L2003
It's a library validation function. Animation names and libraries should be added.
The
SEXlibrary is blocked on the client itself. open.mp server will allow you to send an RPC containing theSEXanimation lib, and the client will receive it - but it won't play it.I think it's possible to patch it with omp client
I'll work on it. I've already added missing animations into sdk.