TeHArGiS10

Untitled

Jul 8th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. :FLIP_ACT
  2. wait 0
  3. 6@ = Actor.CurrentCar(4@)
  4. Actor.StorePos($PLAYER_ACTOR, 7@, 8@, 9@)
  5. if
  6. Actor.Driving($PLAYER_ACTOR)
  7. then
  8. 5@ = Actor.CurrentCar($PLAYER_ACTOR)
  9. 036A: put_actor $PLAYER_ACTOR in_car 6@
  10. wait 150
  11. Car.SetSpeedInstantly(6@, 0.0)
  12. 0731: set_car 6@ y_angle_to -180
  13. wait 400
  14. 036A: put_actor $PLAYER_ACTOR in_car 5@
  15. 0362: remove_actor $PLAYER_ACTOR from_car_and_place_at 7@ 8@ 9@
  16. 036A: put_actor $PLAYER_ACTOR in_car 5@
  17. else
  18. 0430: put_actor $PLAYER_ACTOR into_car 6@ passenger_seat -1
  19. wait 250
  20. 036A: put_actor $PLAYER_ACTOR in_car 6@
  21. wait 150
  22. Car.SetSpeedInstantly(6@, 0.0)
  23. 0731: set_car 6@ y_angle_to -180
  24. wait 400
  25. 0362: remove_actor $PLAYER_ACTOR from_car_and_place_at 7@ 8@ 9@
  26. end
  27. 0@ = 0
  28. SAMP.CmdRet()
  29. jump @MAIN
Advertisement
Add Comment
Please, Sign In to add comment