mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
// by commy2
|
|
|
|
private "_script_handle";
|
|
|
|
_script_handle = _this spawn {
|
|
playSound "AGM_Heartbeat";
|
|
sleep 8;
|
|
};
|
|
_script_handle
|