Advertisement
Artem78

Хаммер перед домом CJ-я (2 версия)

Jun 1st, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. {$CLEO .cs}
  2.  
  3. 0000: NOP
  4.  
  5. :Traffic_0
  6. model.load(#PATRIOT)
  7. model.load(#ARMY)
  8. 038B: load_requested_models
  9.  
  10. :Traffic_1
  11. wait 100
  12. if and
  13. model.Available(#PATRIOT)
  14. model.Available(#ARMY)
  15. jf @Traffic_1
  16.  
  17. 0@ = Car.Create(#PATRIOT, 2495.7615, -1673.5463, 13.3359)
  18. 0129: 1@ = create_actor_pedtype 6 model #ARMY in_car 0@ driverseat
  19.  
  20. Model.Destroy(#PATRIOT)
  21. Model.Destroy(#ARMY)
  22.  
  23. WHILE true
  24. wait 0
  25. 05D6: clear_scmpath
  26. 05D7: add_point_to_scmpath 2495.571 -1681.245 13.33901
  27. 05D7: add_point_to_scmpath 2502.821 -1678.017 13.36965
  28. 05D7: add_point_to_scmpath 2507.23 -1671.62 13.37591
  29. 05D7: add_point_to_scmpath 2505.957 -1663.195 13.40298
  30. 05D7: add_point_to_scmpath 2495.739 -1655.654 13.37382
  31. 05D7: add_point_to_scmpath 2483.225 -1655.223 13.31034
  32. 05D7: add_point_to_scmpath 2473.064 -1659.231 13.34375
  33. 05D7: add_point_to_scmpath 2473.101 -1669.263 13.3194
  34. 07E7: AS_assign_scmpath_to_actor 1@ in_car 0@ speed 15.0 flags 2 1 1 // 1 0 1
  35.  
  36. WHILE 81AD: not car 0@ sphere 0 near_point 2473.101 -1669.263 radius 5.0 5.0
  37. wait 200
  38. END
  39. END
  40.  
  41.  
  42. 0A93: end_custom_thread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement