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 500 mtasa-blue issues
Sort by recently updated
recently updated
newest added

Based on #2499 Prior discussions/implementations #721, #1031, #1570 This PR adds basic discord-rpc features to the client. (Other features will be added later on a separate PR) Todo: - [x]...

enhancement

This improves the performance of CClientObjectManager::UpdateLimitInfo. I measured with SharedUtil::GetTimeUs and it consistently took 212 microseconds for these 3 calls. It is called every frame and also whenever a object...

### Describe the bug So, i am linux player, and i can't launch MTA client. I read many guidelines how to install mta using wine and lutris (including official wiki...

bug
os/linux

Makes it easier to spot framerate issues. Default values are unchanged, and server owners still need to change the limit if they want to let people have higher fps.

enhancement

Fixes #2466 This PR is still in progress. - [x] Remove old translations - [x] Upload new translations - [x] Fix all localized main menu button images on Crowdin before...

enhancement
keep
localization

### 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...

enhancement

### Describe the bug the rain via setRainLevel( ) - i used 10 in this example, does not show up properly in high altitudes ( for example when in a...

bug

### Is your feature request related to a problem? Please describe. If you want to something like adding timestamps to your server (like this resource does: https://community.multitheftauto.com/?p=resources&s=details&id=18737), you will be...

enhancement

### Is your feature request related to a problem? Please describe. Even though [San Andreas supported DirectSound3D (3D spatial audio) and EAX 1-4 (environmental reverb)](https://www.pcgamingwiki.com/wiki/Grand_Theft_Auto:_San_Andreas#Audio), both were [mostly broken since...

enhancement

### Describe the bug Calling setElementModel would cause GTA process to claim memory and never free it. It happens for peds, didn't tested other types though. ### Steps to reproduce...

bug