altv-issues
altv-issues copied to clipboard
Issues and roadmap for alt:V project
### Description of the problem When you have colshape and object on server-side and destroy object -> OnColShape event breaks and not triggers ever Code: ``` Alt.OnColShape += (colshape, targetEntity,...
### Description of the problem I don't know what exactly is wrong with the sync of the server-side rotation of the object. The rotation is only synced for the netOwner...
### Description of the problem Since the last alt:V patch, the name property is now only synchronized to other players within the streaming distance. It would be nice if it...
### Description of the problem maybe affected by `enableSyncedMetaData = false` in server config and maybe because of it voice brokes, i can't hear remote player, we tested it with...
### Description of the problem There doesn't seem to be a method for getting and setting value of the Text on text node created using document.createTextNode. ### Reproduction steps ```js...
### Description of the problem The current solution forces developers to implement their own webview RPC's flow abstraction layer. ### Desired solution for the problem It can be great to...
### Description of the problem alt.takeScreenshot and alt.takeScreenshotGameOnly are capturing steam, discord, overwolf and probably more/all overlays when they should only capture the game and no overlays. Was trying to...
### Description of the problem After latest R* launcher and alt:V's 16.0.124 "Client Fixed: try fix for weapon damage event" updates an issue started occuring with damage events. Sometimes when...
### Description of the problem Server side created object are not visible for the player ### Reproduction steps ```ts const gameObject = new alt.Object('ind_prop_firework_04', player.pos.sub(0, 0, 1), player.rot); gameObject.dimension =...
### Description of the problem With reference to the issue (https://github.com/altmp/altv-issues/issues/2215) from the user "Lekenthu", I am opening a new issue. The creator closed the issue with the comment "This...