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 metaChange event its not called serverside ### Reproduction steps ``` import * as alt from "alt-server"; alt.on("metaChange", (entity, key, newValue, oldValue) => { alt.log(`meta change:...

Class: bug
Status: confirmed

### Description of the problem When enabling permissions like 'Clipboard Access', the 'core' webview still says its missing permissions when trying to copy with the copy icon. ### Reproduction steps...

Class: bug
Status: confirmed

### Description of the problem See repro ### Reproduction steps 1. ```js import alt from "alt-server" new alt.Ped('mp_f_freemode_01', new alt.Vector3(0, 3, 70), alt.Vector3.zero) alt.on("weaponDamage", (source, target) => { alt.log('weaponDamage', source,...

Class: bug

### Description of the problem As now i couldn't replace it with replace nor stream resource on server. there is an somekind of exploit players able to use if they...

Class: enhancement

### Description of the problem I am trying to add explosive ammunition to my weapon, but in the attempt only the component is placed, and when I try to add...

Class: bug

### Description of the problem Radio sound randomly muted on `Left` or `Right` channel and after few seconds completely muted. ### Reproduction steps alt:V official Discord: [Sample video](https://discord.com/channels/371265202378899476/371271006360436757/1266695858934779955) ### Expected...

Class: bug

### Description of the problem When changing player model and setting clothing components (doesn't happen with props) right after it, a misleading error is displayed in client console: ``` [Error]...

Class: bug

### Description of the problem Basegame Vehicle Handling meta files overrides do not get applied. If the Vehicle or Handling meta of the game is in a patch or DLC...

Class: bug