altv-issues icon indicating copy to clipboard operation
altv-issues copied to clipboard

Issues and roadmap for alt:V project

Results 278 altv-issues issues
Sort by recently updated
recently updated
newest added

### Description of the problem When I turn on debug mode on the user and server side and shut down the server, the game closes unexpectedly. Here is the video...

Class: bug

### Description of the problem Since the last release the getTattooShopDlcItemData native does not work. ### Reproduction steps Example code: https://discord.com/channels/371265202378899476/1061638230107238470/1061638230107238470 Error message: [one_appearance:client.js:1681] Native argument at index 2 (object)...

Class: bug

### Description of the problem There are these natives for the clothes - getPedDrawableVariation - getPedTextureVariation - getNumberOfPedDrawableVariations - getNumberOfPedTextureVariations - getPedPropIndex - getPedPropTextureIndex - getNumberOfPedPropDrawableVariations - getNumberOfPedPropTextureVariations But these...

Class: enhancement

### Description of the problem In C# client the drawMarker native call causes crash since v15. The following code worked before v15. ### Reproduction steps ```cs using AltV.Net.Client; namespace alt_test_client...

Class: bug

### Description of the problem This example resource show one way of replace the GTA Map(Blip) and the Minimap ``` files = [ 'stream/*' ] [meta] [overrides] 'common:/data/ui/mapZoomData.meta' = 'replaces/mapzoomdata.meta'...

Class: bug

### Description of the problem We need the option to render remote images using RmlUI, could be used for example in nametags - displaying players avatar. ### Desired solution for...

Class: enhancement

### Description of the problem https://adam10603.github.io/GTA5VehicleFlagTool/ https://gtamods.com/wiki/Handling.meta strAdvancedFlags are missing from the Handling Data and you are unable to set them as shown here: https://docs.altv.mp/js/api/alt-client.HandlingData.html#_altmp_altv_types_alt_client_HandlingData_handlingFlags ### Desired solution for the...

Class: enhancement
Side: client

### Description of the problem The following code properly calls the `baseObjectCreate` event, however, when destroying it, using `alt::ICore:DestroyBaseObject` won't trigger the `baseObjectRemove` and therefore creates a memory leak in...

Class: bug
Side: client
Scope: module-api
Scope: internal

### Description of the problem The "ConnectionQueueRemove" event does not pass data to the callback function. Server side `typescript alt.on("connectionQueueRemove", (c) => { console.log(c) }) ` The code above will...

Class: bug
Side: server
Scope: module-api
Status: confirmed

### Description of the problem i have for example a specific degree (157.5) (as far as I understood, it can be between -180 to 180). alt:V uses radians, so this...

Class: bug