Advertisement
Guest User

los santos stunt

a guest
Apr 11th, 2010
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.94 KB | None | 0 0
  1. #define FILTERSCRIPT
  2.  
  3. #include <a_samp>
  4.  
  5. #if defined FILTERSCRIPT
  6.  
  7. public OnFilterScriptInit()
  8. {
  9. print("\n--------------------------------------");
  10. print(" los santos stunt by runner31");
  11. print("--------------------------------------\n");
  12. CreateObject(4882, 2960.3981933594, -2040.8415527344, 7.5033712387085, 0, 0, 0);
  13. CreateObject(4555, 3063.9375, -2031.0411376953, -10, 0, 0, 264.36022949219);
  14. CreateObject(13641, 3063.9699707031, -2042.7958984375, 1.9140634536743, 0, 0, 354.04504394531);
  15. CreateObject(13641, 3065.4248046875, -2029.2054443359, 1.9140625, 0, 0, 354.03991699219);
  16. CreateObject(1225, 3076.5495605469, -2043.4813232422, 6.1371583938599, 0, 0, 0);
  17. CreateObject(1225, 3078.1291503906, -2029.8549804688, 6.136218547821, 0, 0, 0);
  18. CreateObject(1225, 3078.0961914063, -2029.693359375, 17.871128082275, 0, 184.60504150391, 0);
  19. CreateObject(1225, 3076.7956542969, -2043.5607910156, 17.785373687744, 0, 178.65002441406, 358.01498413086);
  20. CreateObject(3080, 3153.4743652344, -2032.4163818359, 2.4708058834076, 0, 0, 261.73498535156);
  21. CreateObject(3080, 3152.9641113281, -2036.3776855469, 2.4527585506439, 0, 0, 261.73278808594);
  22. CreateObject(3080, 3152.3747558594, -2040.4699707031, 2.4616229534149, 0, 0, 261.73278808594);
  23. CreateObject(3080, 3151.8706054688, -2044.5634765625, 2.4617688655853, 0, 0, 261.73278808594);
  24. CreateObject(3080, 3151.3110351563, -2048.7001953125, 2.4619891643524, 0, 0, 261.73278808594);
  25. CreateObject(3080, 3150.775390625, -2052.4968261719, 2.4622228145599, 0, 0, 261.73278808594);
  26. CreateObject(5887, 3195.9831542969, -2048.7805175781, 0, 0, 0, 262.73498535156);
  27. CreateObject(1582, 3216.53125, -2079.5166015625, 2.2224643230438, 0, 0, 0);
  28. CreateObject(13592, 3235.9741210938, -2038.5306396484, 13.39999961853, 0, 0, 0);
  29. CreateObject(13592, 3247.8740234375, -2031.3658447266, 13, 0, 0, 0);
  30. CreateObject(4128, 3310.3176269531, -2052.2614746094, 6, 0, 0, 192.58489990234);
  31. CreateObject(4526, 3308.2280273438, -2027.1748046875, 6.2281341552734, 0, 0, 274.42041015625);
  32. CreateObject(11435, 3317.8454589844, -2035.0256347656, 9.0709629058838, 0, 0, 318.31530761719);
  33. CreateObject(9486, 3376.1689453125, -2103.2473144531, 8, 0, 0, 278.39038085938);
  34. CreateObject(12956, 3390.2836914063, -2217.5559082031, 16.60000038147, 0, 0, 268.21545410156);
  35. CreateObject(16303, 3400.3181152344, -2249.5178222656, 10, 0, 0, 282.58557128906);
  36. CreateObject(18367, 3401.3759765625, -2267.5979003906, 17.700000762939, 0, 0, 0);
  37. CreateObject(18367, 3399.5456542969, -2267.5988769531, 17.700000762939, 0, 0, 0);
  38. CreateObject(18367, 3397.6735839844, -2267.5922851563, 17.700000762939, 0, 0, 0);
  39. CreateObject(18367, 3401.9448242188, -2298.1171875, 21.200000762939, 0, 0, 0);
  40. CreateObject(18367, 3399.9213867188, -2298.2766113281, 21.199998855591, 0, 0, 0);
  41. CreateObject(18367, 3398.0307617188, -2298.2626953125, 21.200000762939, 0, 0, 0);
  42. CreateObject(3080, 3400.078125, -2329.4306640625, 25.5, 0, 0, 180.58544921875);
  43. CreateObject(16771, 3399.0925292969, -2354.0288085938, 33.793998718262, 0, 0, 0);
  44. CreateObject(13831, 3395.6618652344, -2332.6225585938, 48.307292938232, 0, 0, 179.36492919922);
  45. return 1;
  46. }
  47.  
  48. public OnFilterScriptExit()
  49. {
  50. return 1;
  51. }
  52.  
  53. #else
  54.  
  55. main()
  56. {
  57. print("\n----------------------------------");
  58. print(" los santos stunt by runner31");
  59. print("----------------------------------\n");
  60. }
  61.  
  62. #endif
  63.  
  64. public OnGameModeInit()
  65. {
  66. return 1;
  67. }
  68.  
  69. public OnGameModeExit()
  70. {
  71. return 1;
  72. }
  73.  
  74. public OnPlayerRequestClass(playerid, classid)
  75. {
  76. return 1;
  77. }
  78.  
  79. public OnPlayerConnect(playerid)
  80. {
  81. return 1;
  82. }
  83.  
  84. public OnPlayerDisconnect(playerid, reason)
  85. {
  86. return 1;
  87. }
  88.  
  89. public OnPlayerSpawn(playerid)
  90. {
  91. return 1;
  92. }
  93.  
  94. public OnPlayerDeath(playerid, killerid, reason)
  95. {
  96. return 1;
  97. }
  98.  
  99. public OnVehicleSpawn(vehicleid)
  100. {
  101. return 1;
  102. }
  103.  
  104. public OnVehicleDeath(vehicleid, killerid)
  105. {
  106. return 1;
  107. }
  108.  
  109. public OnPlayerText(playerid, text[])
  110. {
  111. return 1;
  112. }
  113.  
  114. public OnPlayerCommandText(playerid, cmdtext[])
  115. {
  116. if (strcmp("/lsstunt", cmdtext, true, 10) == 0)
  117. {
  118. SetPlayerPos(playerid,2888,-2052,6);
  119. return 1;
  120. }
  121. return 0;
  122. }
  123.  
  124. public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
  125. {
  126. return 1;
  127. }
  128.  
  129. public OnPlayerExitVehicle(playerid, vehicleid)
  130. {
  131. return 1;
  132. }
  133.  
  134. public OnPlayerStateChange(playerid, newstate, oldstate)
  135. {
  136. return 1;
  137. }
  138.  
  139. public OnPlayerEnterCheckpoint(playerid)
  140. {
  141. return 1;
  142. }
  143.  
  144. public OnPlayerLeaveCheckpoint(playerid)
  145. {
  146. return 1;
  147. }
  148.  
  149. public OnPlayerEnterRaceCheckpoint(playerid)
  150. {
  151. return 1;
  152. }
  153.  
  154. public OnPlayerLeaveRaceCheckpoint(playerid)
  155. {
  156. return 1;
  157. }
  158.  
  159. public OnRconCommand(cmd[])
  160. {
  161. return 1;
  162. }
  163.  
  164. public OnPlayerRequestSpawn(playerid)
  165. {
  166. return 1;
  167. }
  168.  
  169. public OnObjectMoved(objectid)
  170. {
  171. return 1;
  172. }
  173.  
  174. public OnPlayerObjectMoved(playerid, objectid)
  175. {
  176. return 1;
  177. }
  178.  
  179. public OnPlayerPickUpPickup(playerid, pickupid)
  180. {
  181. return 1;
  182. }
  183.  
  184. public OnVehicleMod(playerid, vehicleid, componentid)
  185. {
  186. return 1;
  187. }
  188.  
  189. public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
  190. {
  191. return 1;
  192. }
  193.  
  194. public OnVehicleRespray(playerid, vehicleid, color1, color2)
  195. {
  196. return 1;
  197. }
  198.  
  199. public OnPlayerSelectedMenuRow(playerid, row)
  200. {
  201. return 1;
  202. }
  203.  
  204. public OnPlayerExitedMenu(playerid)
  205. {
  206. return 1;
  207. }
  208.  
  209. public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
  210. {
  211. return 1;
  212. }
  213.  
  214. public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
  215. {
  216. return 1;
  217. }
  218.  
  219. public OnRconLoginAttempt(ip[], password[], success)
  220. {
  221. return 1;
  222. }
  223.  
  224. public OnPlayerUpdate(playerid)
  225. {
  226. return 1;
  227. }
  228.  
  229. public OnPlayerStreamIn(playerid, forplayerid)
  230. {
  231. return 1;
  232. }
  233.  
  234. public OnPlayerStreamOut(playerid, forplayerid)
  235. {
  236. return 1;
  237. }
  238.  
  239. public OnVehicleStreamIn(vehicleid, forplayerid)
  240. {
  241. return 1;
  242. }
  243.  
  244. public OnVehicleStreamOut(vehicleid, forplayerid)
  245. {
  246. return 1;
  247. }
  248.  
  249. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  250. {
  251. return 1;
  252. }
  253.  
  254. public OnPlayerClickPlayer(playerid, clickedplayerid, source)
  255. {
  256. return 1;
  257. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement