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

Make serverside support for setPedLookAt #2871

Open
1 task done
fresholia opened this issue Jan 15, 2023 · 1 comment
Open
1 task done

Make serverside support for setPedLookAt #2871

fresholia opened this issue Jan 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@fresholia
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Actually yes. The Lua side isn't responsible for synchronizing player looks.

Describe the solution you'd like

Server support or synchronized parameter can be added to the function.

Describe alternatives you've considered

There are still many functions on the MTA whose server synchronization is not completed. For these, an additional network can be created between the server and the client. This channel is used by Lua developers for sync distribution only. Thus, we do not occupy the latent line or the event line.

As someone who has synchronized with LatentEvent at high players, the entire flow of the general server is affected by synchronization events.

Additional context

No response

Security Policy

  • I have read and understood the Security Policy and this issue is not about a cheat or security vulnerability.
@fresholia fresholia added the enhancement New feature or request label Jan 15, 2023
@PlatinMTA
Copy link
Contributor

PlatinMTA commented Jan 15, 2023

As someone who has synchronized with LatentEvent at high players, the entire flow of the general server is affected by synchronization events.

Could you elaborate? I think I missunderstood you so that's why I'm asking.

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

2 participants