level 3
while true
wait 10@
0470: 3@ = actor $PLAYER_ACTOR current_weapon
if and
02E0: actor $PLAYER_ACTOR firing_weapon
31@ == 1
then
if and
3@ >= 23
3@ <= 25
then jump @work
end
if or
3@ == 33
3@ == 34
then jump @work
end
end
continue
:work
01B2: give_actor $PLAYER_ACTOR weapon 3@ ammo 0 // Load the weapon model before using this
Actor.StorePos($PLAYER_ACTOR, 0@, 1@, 2@)
2@ += -1.0
Actor.PutAt($PLAYER_ACTOR, 0@, 1@, 2@)
end
2018年06月15日 15点06分
2
纠正一处错误(多年没看= =) wait 10@ 应该改为 wait 0 毕竟10@没被定义
2020年05月06日 07点05分
level 3
漏了个
:cmd
0B12: 31@ = 31@ XOR1
if
31@ == 1
then
chatmsg "{FFFFFF}ON" -1
else
chatmsg "{FFFFFF}OFF" -1
end
cmdret
2018年06月15日 15点06分
3
level 4
这小子源代码怎么弄到手机使用呢,像回到未来mod能弄吗,VC的
2019年08月29日 15点08分
6
level 4
这源代码怎么弄到罪恶都市安卓使用呢,像回到未来mod怎么弄一个呢
2019年08月29日 15点08分
8
level 9
话说那个判断开火的op真的有用吗?我试过了,没有用啊。
2020年03月15日 15点03分
11
无法判定吗 还是什么
2020年04月08日 00点04分
@黑夜孤儿♂ 联机的op码应该有吧 其次有个错误 10@ 我已经修改了 按道理来说不应该会出现无法判定的问题
2020年05月06日 07点05分
@Xiangz🌝 联机的op?没听过。另外,我的问题是仅针对那个开火判断多op,没有用啊。另外我发现,修复车辆部件的op也没有用。我是用mobile模式编译的,在手机上使用。
2020年05月06日 08点05分