-
Notifications
You must be signed in to change notification settings - Fork 0
/
车行第四轮.txt
55 lines (53 loc) · 955 Bytes
/
车行第四轮.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{$CLEO .cs} //139 205 151
script_name 'WODE'
var
10@ : int =142 //130-236 180 and 181 is plane mode not availbe vehicle
11@ : int = 0
end
:WODE_1
wait 0
while 11@ < 6
if and
044A: player $PLAYER_CHAR on_foot
player.Defined($PLAYER_CHAR)
05EE: 52 //4
then
0247: request_model 10@//#INFERNUS
0170: 4@ = player $PLAYER_CHAR z_angle
04C4: create_coordinate 0@ 1@ 2@ from_actor $PLAYER_ACTOR offset 0.0 7.0 0.0
if
0248: 10@//#INFERNUS
jf @WODE_1
00A5: 3@ = create_car 10@ at 0@ 1@ 2@ //#INFERNUS
0175: set_car 3@ z_angle_to 4@
// 0369: put_player $PLAYER_CHAR in_car 3@
wait 100
Car.RemoveReferences(3@)
03E5: text_box 'WDISP_1'
else
jump @WODE_1
end
if 11@ == 0
then
10@ =164
end
if 11@ == 1
then
10@ =187
end
if 11@ == 2
then
10@ =215
end
if 11@ == 3
then
10@ =153
end
if 11@ == 4
then
10@ =178
end
11@++
wait 500
end
jump @WODE_1