Jump to content

cameraMatrix while downloading


Edikosh998

Recommended Posts

  • Moderators
addEventHandler("onClientPlayerJoin", resourceRoot,  
function () 
    if isTransferBoxActive() then 
        setCameraMatrix(1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) 
    end 
end 
) 

Link to comment
addEventHandler("onClientPlayerJoin", resourceRoot,  
function () 
    if isTransferBoxActive() then 
        setCameraMatrix(1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) 
    end 
end 
) 

It's wrong.

Link to comment
addEventHandler("onClientPlayerJoin", resourceRoot,  
function () 
    if isTransferBoxActive() then 
        setCameraMatrix(1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316) 
    end 
end 
) 

Just use it with onPlayerJoin event and without 'if isTransferBoxActive() then' condition.

Make sure to include element in setCameraMatrix while server side and remove an 'end'.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...