lopez
lopez
### Is your feature request related to a problem? Please describe. [engineSetSurfaceProperties](https://wiki.multitheftauto.com/wiki/EngineSetSurfaceProperties) function lack `createobjects` and `createplants` property. ### Describe the solution you'd like These properties were deliberately disabled because...
This PR adds "Motion Blur" checkbox into video settings. Enabled by default. Player is in control until `setBlurLevel()` or `setPlayerBlurLevel()` is called. Then script is in control until disconnect, `resetBlurLevel()`...
This PR introduces workaround fix for "Climbing over certain objects kills you, when you have high FPS" (#602). It's basically the same fix as [script fix for this issue](https://github.com/multitheftauto/mtasa-blue/issues/602#issuecomment-1167673919) but...
### Describe the bug Server browser search input sometimes disappear. ### Steps to reproduce ? ### Version _No response_ ### Additional context  Screenshot showing server browser lacking search input....
This is a test fix for #2644. Hard to say if it really work because it's random and quite rare bug. There is some logic which makes search input flash...
### Is your feature request related to a problem? Please describe. Currently it's not possible to make specific element non "collidable" with camera. ### Describe the solution you'd like Implement...
Adds support for custom weapon elements to `setElementCollisionsEnabled` and `setElementCollidableWith` function. Fixes #1365.
### Describe the bug Corona reflections do not render on custom placed objects. ### Steps to reproduce 1. Enable "Corona rain reflections" in visual settings. 2. ```lua run setWeather(8) obj...
### Describe the bug Some road models do not have `is_road` model flag set so these do not reflect [corona reflections](https://github.com/multitheftauto/mtasa-blue/pull/2347). This is single player issue. ### Steps to reproduce...
### Is your feature request related to a problem? Please describe. Weapon reloading task isn't synced. You can't see other players reloading animation. ### Describe the solution you'd like Synchronize...