Guest User

Untitled

a guest
Feb 1st, 2019
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. classe cfgWeapons
  2. {
  3. classe SportCarHorn;
  4. classe klax: SportCarHorn
  5. {
  6. displayname = "Klaxon";
  7. reloadTime = 0;
  8. drySound [] =
  9. {
  10. "coveringrgb \ audio \ testaudio.ogg",
  11. 1,
  12. 1
  13. };
  14. scope = 2;
  15. };
  16. };
  17.  
  18. classe CfgPatches
  19. {
  20. classe Rs4covering
  21. {
  22. unités [] =
  23. {"rs4covering1"};
  24. armes [] = {"klax"};
  25. requisVersion = 0.1;
  26. requiredAddons [] = {};
  27. };
  28.  
  29.  
  30. classe CfgVehicles
  31. {
  32. classe AlessioRS4;
  33. classe rs4covering1: AlessioRS4
  34. {
  35. author = "Alessio , MLF";
  36. scope = 2;
  37. forceInGarage = 1;
  38. crew = "C_man_1";
  39. côté = 3;
  40. faction = "CIV_F";
  41. displayName = "Audi Rs4";
  42. hiddenSelectionsTextures [] = {"coveringrgb \ textures \ template.paa"};
  43. };
Add Comment
Please, Sign In to add comment