Advertisement
Guest User

Untitled

a guest
Nov 7th, 2011
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. // This file was decompiled using sascm.ini published by Seemann (http://sannybuilder.com/files/SASCM.rar) on 13.10.2007
  2.  
  3. {$VERSION 3.1.0027}
  4. {$CLEO .cs}
  5.  
  6. //-------------MAIN---------------
  7. 0000: NOP
  8.  
  9. :NONAME_2
  10. wait 0
  11. if
  12. 0AB0: key_pressed 54
  13. else_jump @NONAME_2
  14. 0AB5: store_actor $PLAYER_ACTOR closest_vehicle_to 10@ closest_ped_to 11@
  15. jump @NONAME_39
  16.  
  17. :NONAME_39
  18. wait 0
  19. if
  20. 056D: actor 11@ defined
  21. else_jump @NONAME_2
  22. if
  23. Actor.Driving(11@)
  24. else_jump @NONAME_2
  25. 03C0: $SATAN = actor 11@ car
  26. 03C0: $LUCIFER = actor $PLAYER_ACTOR car
  27. jump @NONAME_98
  28.  
  29. :NONAME_98
  30. if
  31. 056E: car $LUCIFER defined
  32. 056E: car $SATAN defined
  33. jump @NONAME_119
  34.  
  35. :NONAME_119
  36. wait 0
  37. if
  38. not Actor.InCar($PLAYER_ACTOR, $SATAN)
  39. else_jump @NONAME_2
  40. if
  41. Actor.InCar($PLAYER_ACTOR, $LUCIFER)
  42. else_jump @NONAME_2
  43. 072A: put_actor $PLAYER_ACTOR into_car $SATAN driverseat
  44. wait 200
  45. 0407: store_coords_to 8@ 9@ 10@ from_car $SATAN with_offset 0.0 0.0 350.0
  46. Car.PutAt($SATAN, 8@, 9@, 10@)
  47. wait 500
  48. Car.Health($SATAN) = 2
  49. Car.Health($SATAN) = 1
  50. Car.Health($SATAN) = 0
  51. 0731: set_car $SATAN y_angle_to 180.0
  52. wait 150
  53. 04C4: store_coords_to 2@ 3@ 4@ from_actor $PLAYER_ACTOR with_offset 0.0 0.0 0.0
  54. 072A: put_actor $PLAYER_ACTOR into_car $LUCIFER driverseat
  55. 0362: remove_actor $PLAYER_ACTOR from_car_and_place_at 2@ 3@ 4@
  56. 072A: put_actor $PLAYER_ACTOR into_car $LUCIFER driverseat
  57. jump @NONAME_2
  58.  
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement