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

fix(es_extended/client/functions.lua) RegisterInput and HashString bug #1411

Merged
merged 1 commit into from
Oct 13, 2024

Commits on Oct 13, 2024

  1. fix(es_extended/client/functions.lua) RegisterInput and HashString bug

    In the last update, **RegisterInput** tries to execute the command on key release due some checks removal in esx-framework#1303 . The check was restored and tested.
    
    **HashString** breaks when the joaat returns a hash bigger than 2^31. It was fix using a [shift mask](https://stackoverflow.com/a/20294714).
    feelfreetofee authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    622c8e5 View commit details
    Browse the repository at this point in the history