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 using displayOnscreenKeyboard there used to appear a textbox, now executing this command does not affect anything. Also other developers reported this in Discord. ###...

Class: bug
Status: confirmed

### Description of the problem World audio (AudioOutputWorld) from WebView (CEF) is lagging, but when created via `alt.Audio` from asset-pack its played correctly https://github.com/altmp/altv-issues/assets/54737754/c62c9ed1-3588-407d-abd3-c92629dde452 ### Reproduction steps https://github.com/xxshady/altv-xts-boilerplate/tree/3d-cef-audio-bug ### Expected...

Class: bug

### Description of the problem I tried to attach any Ped to Player on server using Entity.attachTo, that wasn't working I also set animation for Player and Ped ![Снимок экрана...

Class: bug
Status: confirmed

### Description of the problem When toggling extra for the vehicle serverside C#, vehicle got its velocity reduced to zero when in motion ### Reproduction steps IVehicle.ToggleExtra(extraId, value) ### Expected...

Class: bug
Status: confirmed

### Description of the problem Currently to prevent some soft cheating (using modified weapons.meta, vehicles.meta, handling.meta etc. ) alt:V should deliver the default configuration for vehicles.meta, handling.meta and weapons.meta and...

Class: enhancement

### Description of the problem When you try to connect to any server (tested on empty one) when rgl try to init it blinks for 1 second https://github.com/altmp/altv-issues/assets/60060712/cd54ed20-a8d2-4015-a1d8-4b890c44aee6 ### Reproduction...

Class: bug
Side: client
Status: confirmed

### Description of the problem It would be good to separate VirtualEntity in client side like all the other entities, while also removing VirtualEntityGroup from the client, as it's not...

Class: enhancement

### Description of the problem Players get invisible after some time if animation is played. ### Reproduction steps Play animation on a player, other player streams out and wait some...

Class: bug

### Description of the problem ![image](https://github.com/altmp/altv-issues/assets/3394406/8ae9d27b-3efa-4918-887a-608dc8fb9c99) sometimes and rarely, players seem to get thrown out of the voice, they cannot hear and they cannot speak anymore, although, they are still...

Class: bug

### Description of the problem streamSyncedMetaChange is called for unchanged initial data of virtual entities ### Reproduction steps server ```js const p = alt.Player.all[0] alt.Utils.assert(p) const g = new alt.VirtualEntityGroup(1)...

Class: bug
Status: confirmed