Пинок
Нажимаешь клавишу "Действие" и вас пинает машина, после чего вы относительно далеко летите :-)
А вот и сам скрипт
:PINOK_1
0001: wait 0 ms
00D6: if 0
80DF: NOT actor $PLAYER_ACTOR driving
004D: jump if false ££PINOK_1
00D6: if 0
00E1: key pressed 0 4
004D: jump if false ЈЈPINOK_1
0247: request model 415
038B: load requested models
0172: $RTY = actor $PLAYER_ACTOR z angle
04C4: create coordinate $RT1 $RT2 $RT3 from actor $PLAYER_ACTOR offset 0.0 -8.0 0.0
00A5: $CAR_666 = create car 415 at $RT1 $RT2 $RT3
0175: set car $CAR_666 z angle to $RTY
04BA: set_car $CAR_666 speed_instantly 230.0
01EC: make_car $CAR_666 very_heavy 1
0226: $100 = actor $PLAYER_ACTOR health
0223: set actor $PLAYER_ACTOR health to 1000
055E: set player $PLAYER_CHAR max health += 900
0001: wait 200 ms
00A6: destroy car $CAR_666
0249: release model 415
0001: wait 2000 ms
055E: set player $PLAYER_CHAR max health += -900
0223: set actor $PLAYER_ACTOR health to $100
0002: jump ЈЈPINOK_1