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 / ### Reproduction steps ```js const blip = new alt.PointBlip(0, 0, 0) blip.shrinked = true // doesn't work // native.setBlipAsMinimalOnEdge(blip.scriptID, true) // works ``` ###...

Class: bug

**Suggestion** I had the idea to create a feature to enable setting a phonecall to speakers, this in theory isnt really possible yet realisticly, since other players around the phone...

Class: enhancement
Side: server
Scope: voice-api

### Description of the problem Sometimes voice behaves a litte strange on some machines, could not find out any further then it happens when cpu load is high or internet...

Class: bug
Side: client
Status: to-investigate
Scope: voice-api

### Description of the problem If 2 player are stitting in a car driving and voice distance is low like e.g. 5 meters, the players can't hear each other or...

Class: bug

### Description of the problem It look like that server is able to establish a connection to external voice server even with --justpack argument. In my case before server launch...

Class: bug
Side: server
Status: confirmed

### Description of the problem Add a native that makes it possible to fall out of the vehicle through the windscreen as in FiveM https://github.com/citizenfx/fivem/blob/22ff65cf6e181d949570bca03b3d15e3e5ed55f1/code/components/extra-natives-five/src/VehicleExtraNatives.cpp#L1148 ### Desired solution for the...

Class: enhancement

### Description of the problem If you send a `undefined` value in the event argument to or from webview, it will be sent as null instead of undefined ### Reproduction...

type: bug

### Description of the problem Keyup and Keydown client events sometimes fail to register for unknown reasons. [https://discord.com/channels/371265202378899476/1032607409304244284/1032607409304244284](https://discord.com/channels/371265202378899476/1032607409304244284/1032607409304244284) ### Reproduction steps `alt.on('keyup', (key) => { alt.log(key); });` ### Expected behaviour...

Class: bug

**Client/server version** release #5.4 **Current behavior** Side Mouse buttons are not eligible for voice keybinding **Expected behavior** We should be able to bind side mouse buttons and other specials keys...

Class: bug
Status: confirmed
Scope: launcher

### Description of the problem alt:V always starts on english localization on first start ### Desired solution for the problem In my opinion it would be great if launcher on...

Class: enhancement