client/addons/phone/CfgSounds.hpp
Jacob Schmidt c6daf95415
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2025-01-01 14:35:12 -06:00

13 lines
321 B
C++

class CfgSounds {
sounds[] = {};
class FORGE_newMsg {
name = "newMsg";
sound[] = {QUOTE(PATHTOF(sounds\newMsg.ogg)), 2, 1};
titles[] = {};
};
class FORGE_msgSent {
name = "msgSent";
sound[] = {QUOTE(PATHTOF(sounds\woop.ogg)), 3, 1};
titles[] = {};
};
};