mtasa-blue icon indicating copy to clipboard operation
mtasa-blue copied to clipboard

Multi Theft Auto is a game engine that incorporates an extendable network play element into a proprietary commercial single-player game.

Results 582 mtasa-blue issues
Sort by recently updated
recently updated
newest added

The PR fixes the issue with incorrect display of vehicle upgrades compatibility in serverside. Resolves #2476 and #3248.

feedback
bugfix

## New health events **onElementHealthChange** & **onClientElementHealthChange** ## Features: - **Server-Side Event:** `onElementHealthChange` - Triggered when the health of an element changes on the server side. - **Parameters:** - `source`:...

enhancement

Effekseer is a particle effect editing tool. It can be added to have rich effects in MTA. Effekseer includes material editor and effect editor. Demo with free samples: https://youtu.be/Qk2xIfkzEfw Pros:...

enhancement

This PR fixes https://github.com/multitheftauto/mtasa-blue/pull/3238 Tested on debug and release project. ![a13221](https://github.com/multitheftauto/mtasa-blue/assets/6306267/736ff16f-1b4d-436a-953a-b8ba62818035)

bugfix

### Describe the bug After an element with custom id is destroyed, calling `engineFreeModel` within the same frame of destroy is causing a crash If custom id don't have custom...

bug

### Describe the bug idk if this was intended but only 3 water cannons are spraying out the water ![image](https://github.com/multitheftauto/mtasa-blue/assets/24439261/dcffbad6-69ca-4ca6-972a-ac09bd55c68b) ### Steps to reproduce 1. Spawn 5 Fire Trucks 2....

bug

**Describe the solution you'd like** Add `base32` support programically. Base32 is used by two-factor-authentication (ex. TOTP) to generating secret tokens. Shared functions: - `string base32Encode( string value )` - `string...

enhancement
good first issue

### Describe the bug Linux server crashes on startup. ### Steps to reproduce 1. Start server 2. After initial welcome message block server crashes. ### Version MTA:SA Server v1.6-r21935-release Not...

bug

### Describe the bug CEF acts weird when trying to type a capital cyrillic letter "Л" into the focused input. It doesn't happen with any other cyrillic or latin letter....

bug

Adds a new function: ```lua bool isPedReloadingWeapon(ped thisPed) ``` Related to #1525 and #1529 due to lack of compatibility with BitStream.

enhancement