You've already forked AM2R-Community-Updates
mirror of
https://github.com/izzy2lost/AM2R-Community-Updates.git
synced 2026-03-10 11:23:35 -07:00
6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
/// sfx_loop(sound)
|
|
var sid;
|
|
sid = audio_play_sound(argument0, 1, true);
|
|
audio_sound_gain(argument0, global.opsoundvolume / 100, 0);
|
|
return sid;
|