Красивый прыжок
Вот скриптик, правда коротенький... Суть которого такова: можно отпрыгивать от всяких пуль в перестрелках так, как отпрыгивают педы, когда наезжаете на них.
Управление: жать всторону + прыжок
:Jump
thread 'jump'
wait 0
:Jump2
wait 0
if and
04EE: animation "ped" loaded
00E1: player 0 pressed_key 0
80E1: not player 0 pressed_key 1
00E1: player 0 pressed_key 14
80DF: not actor $PLAYER_ACTOR driving
jf @Jump2
0615: define_action_sequences $ActSeq
0605: actor -1 perform_animation_sequence "EV_dive" from_file "ped" 4.0 loop 0 1 1 1 -1 ms
0605: actor -1 perform_animation_sequence "GETUP_FRONT" from_file "ped" 4.0 loop 0 1 1 0 -1 ms
0616: define_action_sequences_end $ActSeq
0618: assign_actor $PLAYER_ACTOR to_action_sequences $ActSeq
061B: remove_references_to_action_sequences $ActSeq
wait 1500
jump @Jump2