Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. case "berline":
  2. {
  3. switch(__GETC__(life_donator)) do
  4. {
  5. case (playerSide != civilian): {"Tu n'es pas un civil"};
  6. case 1 :
  7. {
  8. _return =
  9. [
  10. ["Jonzie_Mini_Cooper",15000],
  11. ["Jonzie_Datsun_510",15000],
  12. ["Jonzie_Corolla",20000],
  13. ["Jonzie_Galant",25000],
  14. ["Jonzie_Ceed",40000],
  15. ["Jonzie_Mini_Cooper_R_spec",70000],
  16. ["Jonzie_VE",90000],
  17. ["Jonzie_Ute",110000],
  18. ["Jonzie_STI",200000],
  19. ["Jonzie_Raptor",700000],
  20. ["C_Offroad_01_F",800000],
  21. ["Jonzie_Escalade",850000],
  22. ["bv_ben_dover_black2",900000],
  23. ["Jonzie_Quattroporte",1200000],
  24. ["Jonzie_XB",1300000],
  25. ["Jonzie_Datsun_Z432",1400000],
  26. ["bv_e60_m5_black2",1500000],
  27. ["bv_e63_amg_black2",1500000],
  28. ["bv_gtr_spec_v_black2",1800000],
  29. ["Jonzie_Viper",2500000],
  30. ["bv_458_black2",3500000],
  31. ["bv_caressa_gt_black2",4200000]
  32. ];
  33. };
  34. case (playerSide != civilian): {"Tu n'es pas un civil"};
  35. case 2 :
  36. {
  37. _return =
  38. [
  39. ["Jonzie_Mini_Cooper",15000],
  40. ["Jonzie_Datsun_510",15000],
  41. ["Jonzie_Corolla",20000],
  42. ["Jonzie_Galant",25000],
  43. ["Jonzie_Ceed",40000],
  44. ["Jonzie_Mini_Cooper_R_spec",70000],
  45. ["Jonzie_VE",90000],
  46. ["Jonzie_Ute",110000],
  47. ["Jonzie_STI",200000],
  48. ["Jonzie_Raptor",700000],
  49. ["C_Offroad_01_F",800000],
  50. ["Jonzie_Escalade",850000],
  51. ["bv_ben_dover_black2",900000],
  52. ["Jonzie_Quattroporte",1200000],
  53. ["Jonzie_XB",1300000],
  54. ["Jonzie_Datsun_Z432",1400000],
  55. ["bv_e60_m5_black2",1500000],
  56. ["bv_e63_amg_black2",1500000],
  57. ["bv_gtr_spec_v_black2",1800000],
  58. ["Jonzie_Viper",2500000],
  59. ["bv_458_black2",3500000],
  60. ["bv_caressa_gt_black2",4200000]
  61. ];
  62. };
  63. case (playerSide != civilian): {"Tu n'es pas un civil"};
  64. case 3 :
  65. {
  66. _return =
  67. [
  68. ["Jonzie_Mini_Cooper",15000],
  69. ["Jonzie_Datsun_510",15000],
  70. ["Jonzie_Corolla",20000],
  71. ["Jonzie_Galant",25000],
  72. ["Jonzie_Ceed",40000],
  73. ["Jonzie_Mini_Cooper_R_spec",70000],
  74. ["Jonzie_VE",90000],
  75. ["Jonzie_Ute",110000],
  76. ["Jonzie_STI",200000],
  77. ["Jonzie_Raptor",700000],
  78. ["C_Offroad_01_F",800000],
  79. ["Jonzie_Escalade",850000],
  80. ["bv_ben_dover_black2",900000],
  81. ["Jonzie_Quattroporte",1200000],
  82. ["Jonzie_XB",1300000],
  83. ["Jonzie_Datsun_Z432",1400000],
  84. ["bv_e60_m5_black2",1500000],
  85. ["bv_e63_amg_black2",1500000],
  86. ["bv_gtr_spec_v_black2",1800000],
  87. ["Jonzie_Viper",2500000],
  88. ["bv_458_black2",3500000],
  89. ["bv_caressa_gt_black2",4200000]
  90. ];
  91. };
  92. case (playerSide != civilian): {"Tu n'es pas un civil"};
  93. default
  94. {
  95. _return =
  96. [
  97. ["Jonzie_Mini_Cooper",15000],
  98. ["Jonzie_Datsun_510",15000],
  99. ["Jonzie_Corolla",20000],
  100. ["Jonzie_Galant",25000],
  101. ["Jonzie_Ceed",40000],
  102. ["Jonzie_Mini_Cooper_R_spec",70000],
  103. ["Jonzie_VE",90000],
  104. ["Jonzie_Ute",110000],
  105. ["Jonzie_STI",200000],
  106. ["Jonzie_Raptor",700000],
  107. ["C_Offroad_01_F",800000],
  108. ["Jonzie_Escalade",850000],
  109. ["bv_ben_dover_black2",900000],
  110. ["Jonzie_Quattroporte",1200000],
  111. ["Jonzie_XB",1300000],
  112. ["Jonzie_Datsun_Z432",1400000],
  113. ["bv_e60_m5_black2",1500000],
  114. ["bv_e63_amg_black2",1500000],
  115. ["bv_gtr_spec_v_black2",1800000],
  116. ["Jonzie_Viper",2500000],
  117. ["bv_458_black2",3500000],
  118. ["bv_caressa_gt_black2",4200000]
  119. ];
  120. };
  121. };
  122. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement