Advertisement
Artem78

Пути

Jun 1st, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 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. 05D6: clear_scmpath
  21. 05D7: add_point_to_scmpath 2495.571 -1681.245 13.33901
  22. 05D7: add_point_to_scmpath 2502.821 -1678.017 13.36965
  23. 05D7: add_point_to_scmpath 2507.23 -1671.62 13.37591
  24. 05D7: add_point_to_scmpath 2505.957 -1663.195 13.40298
  25. 05D7: add_point_to_scmpath 2495.739 -1655.654 13.37382
  26. 05D7: add_point_to_scmpath 2483.225 -1655.223 13.31034
  27. 05D7: add_point_to_scmpath 2473.064 -1659.231 13.34375
  28. 05D7: add_point_to_scmpath 2473.101 -1669.263 13.3194
  29. 07E7: AS_assign_scmpath_to_actor 1@ in_car 0@ speed 15.0 flags 2 1 1 // 1 0 1
  30.  
  31. Model.Destroy(#PATRIOT)
  32. Model.Destroy(#ARMY)
  33.  
  34. 0A93: end_custom_thread
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement