Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - class CfgPatches
 - {
 - class utg_tankturret_fix
 - {
 - author="Tachi";
 - url="http://tacticalgaming.kiev.ua/";
 - units[]={};
 - weapons[]={};
 - requiredVersion=1;
 - requiredAddons[]={};
 - };
 - };
 - class CfgVehicles
 - {
 - class rhsusf_m1a1tank_base
 - {
 - class Turrets
 - {
 - class MainTurret
 - {
 - startEngine = 0; // Turning this turret should not turn engine on.
 - };
 - };
 - };
 - class rhsusf_m1a2tank_base
 - {
 - class Turrets
 - {
 - class MainTurret
 - {
 - startEngine = 0; // Turning this turret should not turn engine on.
 - };
 - };
 - }
 - class rhs_tank_base
 - {
 - class Turrets
 - {
 - class MainTurret
 - {
 - startEngine = 0; // Turning this turret should not turn engine on.
 - };
 - };
 - }
 - };
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment