How do I make physical entity, play sound each time, when it touches whatever block or model? I try to use ENABLE_FRICTION, works good, but when object stops moving, sound is still playing...
maybe instead of media_play or snd_play you use, media_loop or snd_loop? I use myself the Enable Friction to let the empty bullets and mag once they fall to the ground play a sound. and it works good. (sound plays only once)