Advertisement
OneShot1984

repair cost for More Explosive

Mar 15th, 2023 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. ////////////////////////////////
  2. ///// Object Configuration /////
  3. ////////////////////////////////
  4. class CfgMoreExplosives
  5. {
  6. doorRaidOnlyEnabled = 1;
  7. deleteLocks = 1;
  8. raidOnlyWithMOE = 1;
  9.  
  10. raidSchedulingEnabled = 0;
  11.  
  12. class RaidScheduling
  13. {
  14. timeZoneOffset = 1;
  15.  
  16. class Weekday;
  17. class Friday : Weekday
  18. {
  19. timeSlots[] = {
  20. 12.0, 24.0
  21. };
  22. };
  23. };
  24. };
  25.  
  26. class CfgVehicles
  27. class MOE_DetonatorBase;
  28. class MOE_Detonator_Military : MOE_DetonatorBase
  29. {
  30. //change this to whatever value you like, the brackets are important though
  31. //e.g., repairCosts[]={50};
  32. repairCosts[]={30};
  33. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement