altmp / altv-issues

Issues and roadmap for alt:V project
93 stars 17 forks source link

drawScaleformMovie3dSolid & drawScaleformMovie3d native bug #1003

Closed Lekenthu closed 2 years ago

Lekenthu commented 3 years ago

Client/server version

4.0-rc4

Current behavior drawScaleformMovie3dSolid & drawScaleformMovie3d native is not working. No error message, it simply doesn't work. On branch release the script works perfectly.

Expected behavior As it works on release branch, it'd be better if it worked on the dev branch. :D

Steps to reproduce game.drawScaleformMovie3dSolid(this.scaleform, position.x, position.y, position.z, rotation.x, rotation.y, rotation.z, 2, 2, 1, scale.x, scale.y, scale.z, 2)

Context (environment)

Possible solution

C0kkie commented 3 years ago

I guess its related to https://github.com/altmp/altv-issues/issues/982

Lekenthu commented 3 years ago

Yeah, probably a similar bug.