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 Since the last alt:V update, it is not possible to teleport a vehicle when the player is in the vehicle, for example as a driver....

Class: bug

### Description of the problem Array & Object variables acts weirdly on entity streamSyncedMetaChange. ### Reproduction steps **Serverside:** ```ts alt.on('playerConnect', (player) => { player.setStreamSyncedMeta('test', 'yes'); player.setStreamSyncedMeta('test_with_array', ['pickaxe', 'hatchet']); }); alt.setInterval(()...

Class: bug

### Description of the problem ![image](https://github.com/user-attachments/assets/ca32be18-390d-43bf-b85b-5e22a75db188) ### Reproduction steps altmp/altv-server:release ### Expected behaviour No error message ### Additional context _No response_ ### Operating system Linux Docker image ### Version altv-server:release...

Class: bug

### Description of the problem onClient doesn’t work emitServer(Raw) doesn’t work AltV related events work alt.emit works (client and server) I’ve tried with freeroam resource I just downloaded from website,...

Class: bug

### Description of the problem Function not working like expected here an image how it looks: ![image](https://github.com/user-attachments/assets/3cf22ff4-17c6-44ec-bf2b-65a236b14050) ### Reproduction steps code snippet used to reproduce: `const pos = new alt.Vector3(2263.779432781326,2912.091004910668,46.58113479614258)...

Class: bug

### Description of the problem This has aparently occurred a long time ago. But I think that it was never really fixed. Here is the issue itself in a nutshell....

Class: bug

### Description of the problem ![image](https://github.com/user-attachments/assets/3e083094-62fd-4959-9ad3-9478c60cd034) ![image](https://github.com/user-attachments/assets/07ee3088-2dd1-4aaf-8f8c-7cc6bbc91371) as you can see, there is a missing space in front on [C#] ### Reproduction steps Just Log something to the console using...

Class: bug

Please add listed APIs below to make it possible to retrieve & modify interior related data at runtime. This will enable much better interior debugging & more possibilities related to...

Class: enhancement
Side: client
Scope: module-api
Scope: modding

### Description of the problem New logs are not longer stacking, so now we can see some logs like: ``` xxx xxx xxx ``` instead of: ``` xxx [3] ````...

Class: bug

### Description of the problem I think Alt.OffClient is crashing the server ### Reproduction steps Server Side Code (C#): ``` // server crashing [Command("test")] public static void testcmd(PlayerHandle player) {...

Class: bug