altv-issues
altv-issues copied to clipboard
Issues and roadmap for alt:V project
### 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. ###...
### 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...
### 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  sometimes and rarely, players seem to get thrown out of the voice, they cannot hear and they cannot speak anymore, although, they are still...
### 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)...