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 you have colshape and object on server-side and destroy object -> OnColShape event breaks and not triggers ever Code: ``` Alt.OnColShape += (colshape, targetEntity,...

Class: bug
Status: confirmed

### 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...

Class: bug

### 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...

Information: Breaking

### 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...

Status: confirmed
Information: Breaking

### 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...

Class: bug
Side: client
Scope: module-api
Scope: internal

### 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...

Class: enhancement

### 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...

Class: bug
Status: confirmed

### 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...

Class: bug

### 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 =...

Class: bug

### 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...

Class: bug