Korioz
Korioz
This PR features a bunch of improvements addressing mumble server abuses (unwanted users connecting from the official mumble client trolling legit users). - Admin password can now be provided without...
- Fixed false positive ban mumble issue introduced in #634 (`Ban_isBanned` use client->hash which is disabled so our only way is ip banning which supports mask) - Fixed incorrect ban...
This fix will add support of `GET_ENTITY_MODEL` on objects and animals on rdr3. ### Sample Lua code for testing: CLIENT: ```lua local function requestModel(model) RequestModel(model) while not HasModelLoaded(model) do Wait(0)...
If we want to delete a clothe and don't move the in game indexes we need to add a dummy drawable, but that's a pain if we delete a lot...
Corrected camera movement on azerty keyboard layout and added missing include that was preventing compilation
### Goal of this PR Fix some server-side natives that return invalid values on game build >= 3095 like: `GET_PLAYER_INVINCIBLE` `GET_PLAYER_WEAPON_DAMAGE_MODIFIER` `GET_PLAYER_MELEE_WEAPON_DAMAGE_MODIFIER` ### How is this PR achieving the goal...
### What happened? Password hash natives uses bcrypt under the hood, bcrypt is designed to be slow the issue is not that it is slow, the issue is that calling...