|
发表于 2014-1-29 10:25:37
|
显示全部楼层
:rasengan_1
Actor.StorePos($PLAYER_ACTOR, 1@, 2@, 3@)
073E: get_car_in_sphere 1@ 2@ 3@ radius 1.0 model -1 handle_as 21@
Car.StorePos(21@, 4@, 5@, 6@)
050A: 7@ = distance_between_XYZ 1@ 2@ 3@ and_XYZ 4@ 5@ 6@(这是2坐标点的距离储存为7@)
if and
0AB0: key_pressed 82(随便设)
2.3 > 7@ (判断距离)
else_jump @rasengan_1
这样应该行,你试试,数值方面自己试试。。。 |
评分
-
查看全部评分
|