So if i using function "setCameraMatrix" then i can't rotation it. For example i want set camera in one point and turn it 90 degrees in left but i can't pls help!
function DropCamera(player, command)
local x, y, z = getElementPosition(player)
setCameraMatrix(player, x, y, z+1.5, 0, 0, 90, 0, 0)
end
addCommandHandler("setcamera", DropCamera)