if GetFollowVehicleCamViewMode() ~= 4 then
                DisableControlAction(0, 24, true) -- Attack
                DisableControlAction(0, 257, true) -- Attack 2
                DisableControlAction(0, 69, true) -- Attack
                DisableControlAction(0, 92, true) -- Attack
                if (((IsDisabledControlJustReleased(0, 24) or IsDisabledControlJustReleased(0, 257) or IsDisabledControlJustReleased(0, 69) or IsDisabledControlJustReleased(0, 92)) and IsPedArmed(playerPed, 4)) and not IsPauseMenuActive()) then
                    exports['mythic_notify']:SendAlert('error','Araç içerisinde ateş edebilmek için FPP kamera açısı kullanmanız gerekiyor!')
                end
            end
        end