2016-03-02 21:17:49 +00:00
|
|
|
class CfgSounds {
|
2016-04-02 13:36:21 +00:00
|
|
|
class GVAR(Rope) {
|
2016-03-02 21:17:49 +00:00
|
|
|
name = "ACE_Fastroping_Rope";
|
2016-04-02 13:36:21 +00:00
|
|
|
sound[] = {QUOTE(PATHTOF(data\sounds\fastroping_rope.ogg)), 10, 1.0};
|
2016-03-02 21:17:49 +00:00
|
|
|
titles[] = {};
|
|
|
|
};
|
2016-04-02 13:36:21 +00:00
|
|
|
class GVAR(Thud) {
|
2016-03-02 21:17:49 +00:00
|
|
|
name = "ACE_Fastroping_Thud";
|
2016-04-02 13:36:21 +00:00
|
|
|
sound[] = {QUOTE(PATHTOF(data\sounds\fastroping_thud.ogg)), 10, 1.0};
|
2016-03-02 21:17:49 +00:00
|
|
|
titles[] = {};
|
|
|
|
};
|
2021-10-30 21:42:03 +00:00
|
|
|
};
|