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 ```js element.setAttribute("value", 0.5); ``` is not working for `` elements ### Reproduction steps ```js const document = new alt.RmlDocument("./index.rml"); const container = document.getElementByID("container");' const progress...

Class: bug
Side: client
Status: confirmed

### Description of the problem Currently if you use webview.setZoomLevel on any webview it will affect all webviews at the same time ### Reproduction steps 1. Create two webviews 2....

Class: bug
Status: confirmed
Scope: webview

### Description of the problem Handling API doesn't working not only for custom vehicles (#1173), but also for some vanilla too, e.g. blista2, blista, issi2. If you try to change...

Class: bug
Status: confirmed

### Description of the problem When using the Serverside setter for the Engine Tuning Part 2 (Type 11, Part 2) the Double-T receives the Carbon Plating tuning alongside the Engine...

Class: bug
Status: confirmed

### Description of the problem Related to [this](https://discord.com/channels/371265202378899476/371271006360436757/1009698900929691709) discord convo. There are some use cases (e.g. updating a objects position with a low interval or basically every self-synced low-interval case)...

Class: enhancement
priority:low

### Description of the problem As soon as you register the explosion event the explosion sync of throwables will break. It doesn't matter if and what you return. see steps...

Class: bug
Status: confirmed

### Description of the problem If you try to set set `driveMaxFlatVel` on any vehicle instance e.g. to 1000 nothing changes visually. However, `alt.HandlingData` works. ### Reproduction steps - Set...

Class: bug
Side: client
Status: confirmed

### Description of the problem Issue related to [this](https://discord.com/channels/371265202378899476/652672692876607507/1009803643928719460) discord discussion. Using the alt:V server inside a path with special characters (example from dc: `E:\Server\[AltV]\trgtg\`) prevents dlc resources from being...

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

### Description of the problem At the Moment we only have the Serverside Damage Event, which makes certain things harder / not possible to do (e.G. Hitmarker System via Server...

Class: enhancement
Side: client

### Description of the problem When you set a dimension on server-side created blip it isn't working at the moment. The blip is still visible in all dimensions. ### Reproduction...

Class: bug