I need some help making a sky view view, similar to an RTS view. But when I set the Calcview to above and such, I experience these problems: I still see my gun, and I can look around. I want to lock the view on my guy from one angle. Can someone help me out? Thanks.
What I have >.<
[lua]function GM:CalcView(ply,pos,ang,fov)
return self.BaseClass:CalcView(ply,ply:GetPos()+Vector(0,0,400),-30,fov)
end
[/lua]