Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ////////////////////////////////
- ///// Object Configuration /////
- ////////////////////////////////
- class CfgMoreExplosives
- {
- doorRaidOnlyEnabled = 1;
- deleteLocks = 1;
- raidOnlyWithMOE = 1;
- raidSchedulingEnabled = 0;
- class RaidScheduling
- {
- timeZoneOffset = 1;
- class Weekday;
- class Friday : Weekday
- {
- timeSlots[] = {
- 12.0, 24.0
- };
- };
- };
- };
- class CfgVehicles
- class MOE_DetonatorBase;
- class MOE_Detonator_Military : MOE_DetonatorBase
- {
- //change this to whatever value you like, the brackets are important though
- //e.g., repairCosts[]={50};
- repairCosts[]={30};
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement