1
Общие вопросы / Re: Помощь с CLEO
« : Август 02, 2017, 01:48:45 pm »Код: Text
- {$CLEO .cs}
- //-------------MAIN---------------
- 0000: NOP
- :1
- wait 0
- if
- 05EE: key_pressed 71
- jf @1
- :2
- wait 30
- if
- 85EE: not key_pressed 71
- jf @2
- 04C4: store_coords_to 1@ 2@ 3@ from_actor $PLAYER_ACTOR with_offset 60.0 60.0 0.0
- 04C4: store_coords_to 4@ 5@ 6@ from_actor $PLAYER_ACTOR with_offset -60.0 -60.0 0.0
- 053E: 10@ = get_random_car_with_actors -1 in_area 1@ 2@ 4@ 5@
- //jf @1 - не правильно закомментировали
- 02D4: car 10@ turn_off_engine 0
- jump @1