Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. /*
  2. Vehicule russe
  3. */
  4.  
  5. /*
  6. fuel_1 = diesel
  7. fuel_2 = SP95
  8. fuel_3 = SP98
  9. fuel_4 = GPL
  10. fuel_5 = Biodiesel
  11. fuel_6 = kerosene
  12.  
  13. */
  14.  
  15. /*class d3s_oka {
  16. vItemSpace = 25; place menu t
  17. conditions = "license_civ_driver"; necesite permis de conduire
  18. fuel = "fuel_3"; type d'essence
  19. price = 2000; prix
  20. textures[] = {};
  21. };*/
  22.  
  23. class d3s_oka {
  24. vItemSpace = 10;
  25. conditions = "";
  26. fuel = "fuel_1";
  27. price = 2000;
  28. textures[] = {};
  29. };
  30.  
  31. class d3s_uaz_3162 {
  32. vItemSpace = 25;
  33. conditions = "";
  34. fuel = "fuel_1";
  35. price = 12000;
  36. textures[] = {};
  37. };
  38.  
  39. class d3s_uaz_3159_AMG {
  40. vItemSpace = 25;
  41. conditions = "";
  42. fuel = "fuel_1";
  43. price = 230000;
  44. textures[] = {};
  45. };
  46.  
  47. class d3s_uaz_3159 {
  48. vItemSpace = 20;
  49. conditions = "";
  50. fuel = "fuel_1";
  51. price = 17000;
  52. textures[] = {};
  53. };
  54.  
  55. class d3s_uaz_3170 {
  56. vItemSpace = 20;
  57. conditions = "";
  58. fuel = "fuel_1";
  59. price = 25000;
  60. textures[] = {};
  61. };
  62.  
  63. class d3s_3303 {
  64. vItemSpace = 180;
  65. conditions = "";
  66. fuel = "fuel_1";
  67. price = 40000;
  68. textures[] = {};
  69. };
  70.  
  71. class d3s_452 {
  72. vItemSpace = 150;
  73. conditions = "";
  74. fuel = "fuel_1";
  75. price = 35000;
  76. textures[] = {};
  77. };
  78.  
  79. class d3s_uaz_469P_EXP {
  80. vItemSpace = 25;
  81. conditions = "";
  82. fuel = "fuel_1";
  83. price = 125000;
  84. textures[] = {};
  85. };
  86.  
  87. class d3s_uaz_469P {
  88. vItemSpace = 25;
  89. conditions = "";
  90. fuel = "fuel_1";
  91. price = 25000;
  92. textures[] = {};
  93. };
  94.  
  95. class d3s_uaz_3165M {
  96. vItemSpace = 50;
  97. conditions = "";
  98. fuel = "fuel_1";
  99. price = 27000;
  100. textures[] = {};
  101. };
  102.  
  103. class d3s_zil_130_05 {
  104. vItemSpace = 50;
  105. conditions = "";
  106. fuel = "fuel_1";
  107. price = 30000;
  108. textures[] = {};
  109. };
  110.  
  111. class d3s_zil_130_03 {
  112. vItemSpace = 200;
  113. conditions = "";
  114. fuel = "fuel_1";
  115. price = 45000;
  116. textures[] = {};
  117. };
  118.  
  119. class d3s_zil_130_06 {
  120. vItemSpace = 250;
  121. conditions = "";
  122. fuel = "fuel_1";
  123. price = 50000;
  124. textures[] = {};
  125. };
  126.  
  127. class d3s_zil_131 {
  128. vItemSpace = 300;
  129. conditions = "";
  130. fuel = "fuel_1";
  131. price = 60000;
  132. textures[] = {};
  133. };
  134.  
  135. class d3s_zil_131_4 {
  136. vItemSpace = 100;
  137. conditions = "";
  138. fuel = "fuel_1";
  139. price = 35000;
  140. textures[] = {};
  141. };
  142.  
  143. class d3s_kamaz_bocha {
  144. vItemSpace = 150;
  145. conditions = "";
  146. fuel = "fuel_1";
  147. price = 45000;
  148. textures[] = {};
  149. };
  150.  
  151. class d3s_kamaz {
  152. vItemSpace = 350;
  153. conditions = "";
  154. fuel = "fuel_1";
  155. price = 65000;
  156. textures[] = {};
  157. };
  158.  
  159. class d3s_kamaz_4350_tent {
  160. vItemSpace = 400;
  161. conditions = "";
  162. fuel = "fuel_1";
  163. price = 70000;
  164. textures[] = {};
  165. };
  166.  
  167. class d3s_kamaz_2 {
  168. vItemSpace = 500;
  169. conditions = "";
  170. fuel = "fuel_1";
  171. price = 80000;
  172. textures[] = {};
  173. };
  174.  
  175. class d3s_kamaz_tent_2 {
  176. vItemSpace = 550;
  177. conditions = "";
  178. fuel = "fuel_1";
  179. price = 85000;
  180. textures[] = {};
  181. };
  182.  
  183. class d3s_maz_6317 {
  184. vItemSpace = 650;
  185. conditions = "";
  186. fuel = "fuel_1";
  187. price = 120000;
  188. textures[] = {};
  189. };
  190.  
  191. class d3s_maz_6317_cistern {
  192. vItemSpace = 200;
  193. conditions = "";
  194. fuel = "fuel_1";
  195. price = 80000;
  196. textures[] = {};
  197. };
  198.  
  199. class d3s_kraz_6315 {
  200. vItemSpace = 750;
  201. conditions = "";
  202. fuel = "fuel_1";
  203. price = 130000;
  204. textures[] = {};
  205. };
  206.  
  207. class d3s_kamaz_6350 {
  208. vItemSpace = 950;
  209. conditions = "";
  210. fuel = "fuel_1";
  211. price = 1300000;
  212. textures[] = {};
  213. };
  214.  
  215. class d3s_kraz_6316 {
  216. vItemSpace = 1250;
  217. conditions = "";
  218. fuel = "fuel_1";
  219. price = 2750000;
  220. textures[] = {};
  221. };
  222.  
  223. class d3s_maz_7429 {
  224. vItemSpace = 1550;
  225. conditions = "";
  226. fuel = "fuel_1";
  227. price = 4100000;
  228. textures[] = {};
  229. };
  230.  
  231. class d3s_next {
  232. vItemSpace = 650;
  233. conditions = "";
  234. fuel = "fuel_1";
  235. price = 115000;
  236. textures[] = {};
  237. };
  238.  
  239. class d3s_next_tent {
  240. vItemSpace = 700;
  241. conditions = "";
  242. fuel = "fuel_1";
  243. price = 120000;
  244. textures[] = {};
  245. };
  246.  
  247. /*
  248. Fin véhicule russe
  249. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement