mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
359 B
C++
13 lines
359 B
C++
class CfgSounds {
|
|
class GVAR(Rope) {
|
|
name = "ACE_Fastroping_Rope";
|
|
sound[] = {QUOTE(PATHTOF(data\sounds\fastroping_rope.ogg)), 10, 1.0};
|
|
titles[] = {};
|
|
};
|
|
class GVAR(Thud) {
|
|
name = "ACE_Fastroping_Thud";
|
|
sound[] = {QUOTE(PATHTOF(data\sounds\fastroping_thud.ogg)), 10, 1.0};
|
|
titles[] = {};
|
|
};
|
|
};
|