AlioNiroti

Untitled

Apr 24th, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. class JR_CHARGER_POLICE1{
  2. realname="Dodge charger";
  3. buyPrice=1000;
  4. inventory=50;
  5. side="WEST";
  6. insurance=0;
  7. fuel="Diesel";
  8. fuelCapacity=60;
  9. };
  10.  
  11. "JR_CHARGER_POLICE1",
  12.  
  13. SP98 / 95
  14.  
  15.  
  16. class M_Charger12base{
  17. realname="Dodge charger bana";
  18. buyPrice=1000;
  19. inventory=50;
  20. side="WEST";
  21. insurance=0;
  22. fuel="Diesel";
  23. fuelCapacity=60;
  24. };
  25.  
  26. "M_Charger12base",
  27.  
  28.  
  29. comment "Related vehicle classes:";
  30. comment "JR_CHARGER_UNMARKED_black";
  31. comment "JR_CHARGER_UNMARKED_white";
  32. comment "JR_CHARGER_UNMARKED_blue";
  33. comment "JR_CHARGER_UNMARKED_red";
  34. comment "JR_CHARGER_UNMARKED_yellow";
  35. comment "JR_CHARGER_UNMARKED_gray";
  36.  
  37. _veh = createVehicle ["JR_CHARGER_UNMARKED_black",position player,[],0,"NONE"];
  38.  
  39.  
  40. class JR_CHARGER_UNMARKED_black{
  41. realname="Dodge charger 2 bana";
  42. buyPrice=1000;
  43. inventory=50;
  44. side="WEST";
  45. insurance=0;
  46. fuel="Diesel";
  47. fuelCapacity=60;
  48. };
  49.  
  50. "JR_CHARGER_UNMARKED_black",
  51.  
  52. M_FPIS_UC_White
  53.  
  54. class M_FPIS_UC_White{
  55. realname="Ford Taurus bana";
  56. buyPrice=1000;
  57. inventory=50;
  58. side="WEST";
  59. insurance=0;
  60. fuel="Diesel";
  61. fuelCapacity=60;
  62. };
  63.  
  64. "M_FPIS_UC_White",
  65.  
  66.  
  67. M_Charger12_UC_Black
  68.  
  69. class M_Charger12_UC_Black{
  70. realname="Ford Taurus bana";
  71. buyPrice=1000;
  72. inventory=50;
  73. side="WEST";
  74. insurance=0;
  75. fuel="Diesel";
  76. fuelCapacity=60;
  77. };
  78.  
  79. "M_Charger12_UC_Black",
  80.  
  81.  
  82. class M_Tahoe_UC_Black{
  83. realname="Ford Taurus bana";
  84. buyPrice=1000;
  85. inventory=50;
  86. side="WEST";
  87. insurance=0;
  88. fuel="Diesel";
  89. fuelCapacity=60;
  90. };
  91.  
  92. "M_Tahoe_UC_Black",
Advertisement
Add Comment
Please, Sign In to add comment