mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
14 lines
320 B
C++
14 lines
320 B
C++
|
class CfgSounds {
|
||
|
class GVAR(rest)
|
||
|
{
|
||
|
name=QGVAR(rest);
|
||
|
sound[]={QUOTE(PATHTOF(sounds\weaponrest_rest.wav)),1,1};
|
||
|
titles[]={};
|
||
|
};
|
||
|
class GVAR(unrest)
|
||
|
{
|
||
|
name=QGVAR(unrest);
|
||
|
sound[]={QUOTE(PATHTOF(sounds\weaponrest_unrest.wav)),1,1};
|
||
|
titles[]={};
|
||
|
};
|
||
|
};
|