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 requesting (GET) data from a server that is encoded in UTF-8 (which is Json default) the resulting HttpResponse.Body-string in the c# Client is ISO-8859-1...

Class: bug

### Description of the problem In order to setup manual transmission for vehicles, we need to change the current behavior of gears. All we need is to prevent vehicles from...

Class: enhancement

### Description of the problem Is it possible to add Tattoos with opacity? ### Desired solution for the problem . ### Alternatives you considered _No response_ ### Additional context _No...

Class: enhancement

### Description of the problem / ### Reproduction steps ```js import alt from 'alt-server' const v = new alt.Vehicle('sultan', 0, 0, 0, 0, 0, 0) v.setMeta({ a: 1 }) //...

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

### Description of the problem attachTo not always attaching vehicle to object how it attaches the first time: ![image](https://github.com/user-attachments/assets/39fe63eb-98b4-4e27-ae1e-eb44139fe3f9) how it attaches after the first time: ![image](https://github.com/user-attachments/assets/22060803-7d3c-4f99-8acd-8277bc4aaa13) ### Reproduction steps...

Class: bug

### Description of the problem Instead of creating multiple resources for each `rpf` file, it's a good idea to support multiple `rpf` files in a single resource. ### Desired solution...

Class: enhancement

### Description of the problem Initial issue: https://github.com/altmp/altv-js-module-v2/issues/250 ### Reproduction steps Test resource: [test.zip](https://github.com/user-attachments/files/16788597/test.zip) Client needed JSv2 Module ### Expected behaviour Resource loading on client without error ### Additional context...

Class: bug
Side: client
Scope: module-api

**Client/server version** `Build #6.1, branch release on Linux` **Current behavior** if i set playerarmour, sometimes playerDamage-event triggers with 100 armourDamage **Expected behavior** playerDamage event should not trigger on setting player.armour...

Class: bug
Side: server
Status: confirmed
Scope: internal

### Description of the problem When I create a webview and set a browser size and position, the cursor is in the wrong position. (The cursor is at the position...

Class: bug

### Description of the problem So that it is possible, for example, to create a multi-server network where you can make cross-server calls etc. ### Desired solution for the problem...

Class: enhancement