Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blocked animation libraries in game. #1056

Open
sicariodll opened this issue Feb 7, 2025 · 8 comments
Open

Blocked animation libraries in game. #1056

sicariodll opened this issue Feb 7, 2025 · 8 comments
Labels
enhancement New feature or request

Comments

@sicariodll
Copy link

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:
Image

Best regards.
sicario.dll

@sicariodll sicariodll added the enhancement New feature or request label Feb 7, 2025
@eakwarp
Copy link

eakwarp commented Feb 9, 2025

game.use_all_animations
https://www.open.mp/docs/server/config.json

@BeckzyBoi
Copy link

game.use_all_animations https://www.open.mp/docs/server/config.json

That's for SnM and BLOWJOBZ libraries, not SEX

@xunder-matth
Copy link
Contributor

@sicariodll
Copy link
Author

sicariodll commented Feb 9, 2025

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.

@xunder-matth
Copy link
Contributor

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.

@equinnoxy
Copy link

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.

I think it's possible to patch it with omp client

@rsetiawan7
Copy link

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

@sicariodll
Copy link
Author

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.

I think it's possible to patch it with omp client

I'll work on it. I've already added missing animations into sdk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants