Advertisement
Spookygnu

Untitled

Sep 4th, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. {
  2. class MB_Spooky_Light
  3. {
  4. units[] = {"Spooky_Land_NavigLight"};
  5. weapons[] = {};
  6. requiredAddons[] = {"A3_Data_F"};
  7. author = "SpookyGnu";
  8. };
  9. };
  10. class CfgVehicleClasses
  11. {
  12. class MB_Spooky_Light
  13. {
  14. displayName = "Spooky_Light(MB)";
  15. mapbuilder_filter = "RunwayLights";
  16. };
  17. };
  18. class CfgVehicles
  19. {
  20. class Static;
  21. class MB_Spooky_Light: Static
  22. {
  23. displayName = "";
  24. accuracy = 1000;
  25. vehicleClass = "MB_Spooky_Light";
  26. model = "";
  27. simulation = "house";
  28. cost = 0;
  29. armor = 1000;
  30. ladders[] = {};
  31. placement = "vertical";
  32. };
  33. class Spooky_Land_NavigLight: MB_Spooky_Light
  34. {
  35. scope = 2;
  36. displayName = "$STR_A3_cfgVehicles_Land_NavigLight0";
  37. model = "\A3\Roads_F\Runway\RunwayLights\NavigLight.p3d";
  38. };
  39. class Spooky_Land_NavigLight_3_F: MB_Runway_Lights
  40. In File Spooky\config.cpp: Line 49 rap: missing inheritence class(es)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement