Ratkevich Yuri
Ratkevich Yuri
Confirmed on 13.0-dev12
Confirmed on 13.0-dev12 Sometimes can reproduce with steps: ```js let webview = new alt.WebView("https://google.com"); webview.size = new alt.Vector2(500,500); for (let i = 0; i < 100; i++) { await alt.takeScreenshotGameOnly();...
I think dublicate of https://github.com/altmp/altv-issues/issues/1629
Reproduced with ```js alt.setTimeout(() => { player.vehicle.setExtra(1, true); }, 5000) ``` https://github.com/altmp/altv-issues/assets/60060712/42a6fc40-5a45-462a-95b3-c7d735fe3eba
Reproduced with 16.0.0-dev.290 (dev)
Reproduced with this code on the latest 16.0.0-dev.290 (dev) ```js alt.on("entityEnterColshape", (colshape, entity) => { console.log('enter: ', entity, colshape); }) globalThis.col = new alt.ColshapeSphere(player.pos.x, player.pos.y, player.pos.z, 20); globalThis.obj = new...
This feature will resolve a lot of consistensy problems. @aaryan610 do you have any updates, can you share please?
Are there any updates on this?