Advertisement
Guest User

Untitled

a guest
Feb 21st, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. class CfgPatches
  2. {
  3. class Juoksuhauta
  4. {
  5. units[] = {""};
  6. weapons[] = {};
  7. requiredVersion = 0.1;
  8. };
  9. };
  10. class CfgAddons
  11. {
  12. class Juoksuhauta
  13. {
  14. list[]=
  15. {
  16. "Trench",
  17. };
  18. };
  19. };
  20.  
  21. class CfgVehiclesClasses
  22. {
  23. class Juoksuhauta
  24. {
  25. displayName="Trench Wall";
  26. };
  27. };
  28.  
  29. class cfgvehicles
  30. {
  31. class Thing;
  32. class block_tut: Thing
  33. {
  34. scope = 2;
  35. model = "TUT\Juoksuhauta.p3d"
  36. displayName="Trench Wall";
  37. VehiclesClass = "Juoksuhauta"
  38. destrType = "DestructNo";
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement