all-in-simplicity / fivem-hypnonema

Media Player Resource for FiveM
Other
140 stars 73 forks source link

Error trying to play video #102

Open zf-development opened 2 years ago

zf-development commented 2 years ago

Error: image screen config:

{
        AlwaysOn = false,
        DuiBrowserSettings = {
            GlobalVolume = 30,
            Is3DAudioEnabled = true,
            SoundAttenuation = 10,
            SoundMaxDistance = 20,
            SoundMinDistance = 1,
        },
        Is3DRendered = true,
        Name = "mrpd_school",
        PositionalSettings = {
            PositionX = 439.45,
            PositionY = -985.84,
            PositionZ = 35.97,
            RotationX = 0,
            RotationY = 0,
            RotationZ = 90,
            ScaleX = 0.15,
            ScaleY = 2.5,
            ScaleZ = 1.85,
        }
    }

Playing command:

RegisterCommand('play', function()
    exports['hypnonema']:play('mrpd_school', 'https://www.youtube.com/watch?v=VhP4N5rEBsI')
end)

All code is server-side.

zf-development commented 2 years ago

And screen have been created. image