Files
esx_core-esx-framework/[core]
Sergio 622c8e5299 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 #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).
2024-10-13 16:06:25 +02:00
..