Advertisement
Guest User

config véhicule GENDARMERIE V2

a guest
Oct 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. class berlingo2_gn {
  2. vItemSpace = 100;
  3. conditions = "";
  4. price = 0;
  5. textures[] = {};
  6. };
  7.  
  8. class Expert_GN {
  9. vItemSpace = 125;
  10. conditions = "";
  11. price = 0;
  12. textures[] = {};
  13. };
  14.  
  15. class Focus03_GN {
  16. vItemSpace = 60;
  17. conditions = "";
  18. price = 0;
  19. textures[] = {};
  20. };
  21.  
  22. class Transit_gn {
  23. vItemSpace = 115;
  24. conditions = "";
  25. price = 0;
  26. textures[] = {};
  27. };
  28.  
  29. class c4h_gnr {
  30. vItemSpace = 65;
  31. conditions = "";
  32. price = 0;
  33. textures[] = {};
  34. };
  35.  
  36. class Megane_Estate_gn {
  37. vItemSpace = 35;
  38. conditions = "";
  39. price = 0;
  40. textures[] = {};
  41. };
  42.  
  43. class IvecoCh_GN {
  44. vItemSpace = 115;
  45. conditions = "";
  46. price = 0;
  47. textures[] = {};
  48. };
  49.  
  50. class focussw2p2_GN {
  51. vItemSpace = 45;
  52. conditions = "";
  53. price = 0;
  54. textures[] = {};
  55. };
  56.  
  57. class c4h_gnb {
  58. vItemSpace = 65;
  59. conditions = "";
  60. price = 0;
  61. textures[] = {};
  62. };
  63.  
  64. class chduster14_gn {
  65. vItemSpace = 75;
  66. conditions = "";
  67. price = 0;
  68. textures[] = {};
  69. };
  70.  
  71. class CY_GENDARMERIE_EC635 {
  72. vItemSpace = 65;
  73. conditions = "licence_foxtrot";
  74. price = 0;
  75. textures[] = {};
  76. };
  77.  
  78. class c4h_bana {
  79. vItemSpace = 65;
  80. conditions = "licence_psig";
  81. price = 0;
  82. textures[] = {};
  83. };
  84.  
  85. class chmgrs {
  86. vItemSpace = 55;
  87. conditions = "licence_eri";
  88. price = 0;
  89. textures[] = {};
  90. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement