class CfgVehicles {
    class Man;
    class CAManBase: Man {
        maxGunElev = 80; // Allows looking further up (default: 60)
    };
};