local nCount = 0
local nPlus = 0.1
addEventHandler( 'onClientPreRender', root,
function( )
if math.floor( nCount ) == 180 then
nCount = 0
end
nCount = nCount + nPlus
setCameraMatrix(
1468.8785400391,
-919.25317382813,
100.153465271,
1468.388671875,
-918.42474365234,
99.881813049316,
0,
nCount
)
end
)
?