altv-issues
altv-issues copied to clipboard
Issues and roadmap for alt:V project
### 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...
### 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)...
### Description of the problem There are these natives for the clothes - getPedDrawableVariation - getPedTextureVariation - getNumberOfPedDrawableVariations - getNumberOfPedTextureVariations - getPedPropIndex - getPedPropTextureIndex - getNumberOfPedPropDrawableVariations - getNumberOfPedPropTextureVariations But these...
### 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...
### 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'...
### 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...
### 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...
### 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...
### 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...
### 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...