Advertisement
Guest User

Untitled

a guest
May 12th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. public OnGameModeInit()
  2. {
  3.  
  4. DestroyDynamicCP(checkpoint);
  5. mapid = ++;
  6. if(mapid == 23)
  7. {
  8. mapid = 0;
  9. }
  10. if(mapid == 0 )
  11. {
  12. checkpoint = CreateDynamicCP(-1955.0005, -858.7114, 35.8909, 4.0, 0, 0, -1, 100.0);
  13. }
  14. if(mapid == 1)
  15. {
  16. checkpoint = CreateDynamicCP(-191.10,104.49,5.76, 4.0, 0, 0, -1, 100.0);
  17. }
  18. if(mapid == 2)
  19. {
  20. checkpoint = CreateDynamicCP(-959.64,2504.18,71.76, 4.0, 0, 0, -1, 100.0);
  21. }
  22. if(mapid == 3)
  23. {
  24. checkpoint = CreateDynamicCP(2867.4697,1815.9918,13.5645, 4.0, 0, 0, -1, 100.0);
  25. }
  26. if(mapid == 4)
  27. {
  28. checkpoint = CreateDynamicCP(-1442.7268,-1510.1317,101.7578, 4.0, 0, 0, -1, 100.0);
  29. }
  30. if(mapid == 5)
  31. {
  32. checkpoint = CreateDynamicCP(2603.1404,-1983.2111,3.8594, 4.0, 0, 0, -1, 100.0);
  33. }
  34. if(mapid == 6)
  35. {
  36. checkpoint = CreateDynamicCP(1999.10,-167.15,4.27, 4.0, 0, 0, -1, 100.0);
  37. }
  38. if(mapid == 7)
  39. {
  40. checkpoint = CreateDynamicCP(131.95,1598.54,34.74, 4.0, 0, 0, -1, 100.0);
  41. }
  42. if(mapid == 8)
  43. {
  44. checkpoint = CreateDynamicCP(899.96,-1081.76,23.63, 4.0, 0, 0, -1, 100.0);
  45. }
  46. if(mapid == 9)
  47. {
  48. checkpoint = CreateDynamicCP(1244.04,758.27,10.41, 4.0, 0, 0, -1, 100.0);
  49. }
  50. if(mapid == 10)
  51. {
  52. checkpoint = CreateDynamicCP(1243.71,-1454.55,13.01, 4.0, 0, 0, -1, 100.0);
  53. }
  54. if(mapid == 11)
  55. {
  56. checkpoint = CreateDynamicCP(-31.31,-10.76,2.95, 4.0, 0, 0, -1, 100.0);
  57. }
  58. if(mapid == 12)
  59. {
  60. checkpoint = CreateDynamicCP(-1412.77,-74.24,14.23, 4.0, 0, 0, -1, 100.0);
  61. }
  62. if(mapid == 13)
  63. {
  64. checkpoint = CreateDynamicCP(17.32,-16.26,2.41, 4.0, 0, 0, -1, 100.0);
  65. }
  66. if(mapid == 14)
  67. {
  68. checkpoint = CreateDynamicCP(2184.26,-2277.94,12.96, 4.0, 0, 0, -1, 100.0);
  69. }
  70. if(mapid == 15)
  71. {
  72. checkpoint = CreateDynamicCP(503.50,-2033.86,12.01, 4.0, 0, 0, -1, 100.0);
  73. }
  74. if(mapid == 16)
  75. {
  76. checkpoint = CreateDynamicCP(-43.58,1949.83,17.71, 4.0, 0, 0, -1, 100.0);
  77. }
  78. if(mapid == 17)
  79. {
  80. checkpoint = CreateDynamicCP(789.60,-1333.72,-0.56, 4.0, 0, 0, -1, 100.0);
  81. }
  82. if(mapid == 18)
  83. {
  84. checkpoint = CreateDynamicCP(-852.02,458.28,1350.48, 4.0, 0, 0, -1, 100.0);
  85. }
  86. if(mapid == 19)
  87. {
  88. checkpoint = CreateDynamicCP(2493,-1667.08,12.63, 4.0, 0, 0, -1, 100.0);
  89. }
  90. if(mapid == 20)
  91. {
  92. checkpoint = CreateDynamicCP(1594.96,-1117.50,352.67, 4.0, 0, 0, -1, 100.0);
  93. }
  94. if(mapid == 21)
  95. {
  96. checkpoint = CreateDynamicCP(-1305.28,2501.78,87.10, 4.0, 0, 0, -1, 100.0);
  97. }
  98. if(mapid == 22)
  99. {
  100. checkpoint = CreateDynamicCP(-722.27,-1905.12,11.81, 4.0, 0, 0, -1, 100.0);
  101. }
  102. if(mapid == 23)
  103. {
  104. checkpoint = CreateDynamicCP(-1695.35,1287.37,6.31, 4.0, 0, 0, -1, 100.0);
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement