还有如果想要枪冒烟加声音的话可以这样
首先是TXT代码
把代码最后的一个0改成1
然后手枪加
-51.000000 4 600 1 1152921504606847102 720 2 1 27 721 2 1 36 1969 3 1008806316530991133 1 15
步枪加
-51.000000 4 600 1 1152921504606847102 720 2 1 17 721 2 1 106 1969 3 1008806316530991133 1 15
如果用PY代码也行
PY代码是
手枪加
(play_sound,"snd_pistol_shot"),
(position_move_x,pos1,27),
(position_move_y,pos1,36),
(particle_system_burst,"psys_pistol_smoke",pos1,15),
步枪加
(play_sound,"snd_pistol_shot"),
(position_move_x,pos1,17),
(position_move_y,pos1,106),
(particle_system_burst,"psys_pistol_smoke",pos1,15),