Stops the current custom camera and returns to the native game one.
local stopDynamicPressed = WarMenu.Button("Disable Camera")
if WarMenu.IsItemHovered() then
WarMenu.ToolTip('When pressed, disables the camera on the current vehicle.',nil,true)
end
if stopDynamicPressed then dynamic:stopCamera() end