Commit 8202b19c authored by gitmirror's avatar gitmirror
Browse files

Automatic deployment for 2015-10-04 14:03

parent 6e1081ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line

/*class Extended_Init_EventHandlers {
/*class Extended_InitPost_EventHandlers {
    class BWA3_Eagle_base {
        class BWA3_initVehicle {
            init = "_this call compile preprocessFileLineNumbers '\bwa3_wheeled_config\fireDummy.sqf'";
@@ -8,7 +8,7 @@
};
*/

class Extended_Init_EventHandlers {
class Extended_InitPost_EventHandlers {
    class BWA3_Eagle_base {
        class BWA3_initVehicle {
            init = "if (isServer) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle; (_this select 0) call BWA3_fnc_randomizeLicensePlate};";
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ class CfgPatches {
    };
};

#include "CfgEventhandlers.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgFunctions.hpp"

#include "CfgVehicles.hpp"
+1 −1
Original line number Diff line number Diff line

class Extended_Init_EventHandlers {
class Extended_InitPost_EventHandlers {
    class BWA3_Leopard_base {
        class BWA3_initVehicle {
            init = "if (isServer) then {[(_this select 0), """", [], false] call bis_fnc_initVehicle; (_this select 0) call BWA3_fnc_randomizeLicensePlate; (_this select 0) call BWA3_fnc_randomizeTexture}; _this call BWA3_fnc_liftGunAboveEngine;";
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ class Stage3 {
	};
};
class Stage4 {
	texture="bwa3_machineguns\data\bwa3_mg5_as.paa";
	texture="bwa3_machineguns\data\bwa3_default_as.paa";
	uvSource="tex";
	class uvTransform {
		aside[]={1,0,0};
Loading