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 Spawning a door with serverside API cause the door to loose collision, there is no way to readd collision after, either with serverside property or...

Class: bug

### Description of the problem A few users have problems with textures that aren't loading. This problem is occurs since Update 15. ### Reproduction steps Not exactly known. ### Expected...

Class: bug
Side: client

### Description of the problem Custom peds cannot be created using serverside api, it's a bit problematic as there is no way to achieve the same ped sync without ###...

Class: enhancement

### Description of the problem The 1st thing is more a suggestion: - There is no way to found the server crashdump ID, nothing is printed on the console in...

Class: bug

### Description of the problem When we set font in TextLabel constructor we need to cast name to lowercase ### Desired solution for the problem Would be better if alt:V...

Class: enhancement

### Description of the problem If you disable or enable an extra of a vehicle, your vehicle's damages will be gone. If this is RAGE's default behavior, it's a good...

Class: bug

### Description of the problem There is no ClientRequestObject event in ScriptEventType enum but it the event exists in Alt static class `Alt.OnClientRequestObject` ### Desired solution for the problem Add...

Class: enhancement

### Description of the problem The problem is that it's almost impossible to attach new textlabel to an existing vehicle and when it's somehow attachs it dissapears when you teleport...

Class: enhancement

### Description of the problem Take a look at reproduction steps. ### Reproduction steps ```js const virEntGrp = new alt.VirtualEntityGroup(128); virEntGrp.destroy(); // [17:49:01][Error] Cannot destroy Virtual Entity Group ``` ###...

Class: enhancement

### Description of the problem `setVehicleHandlingOverride` native crashes the client. ### Reproduction steps 1. Spawn a vehicle. 2. Get into it. 3. Call `setVehicleHandlingOverride` native. 4. Crash ```js alt.on('keyup', (key)...

Class: bug