playSound – Talk

From Bohemia Interactive Community
Revision as of 19:39, 6 July 2010 by HeliJunkie (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The sounds can also be from configFile (GameConfig). All classes in configFile/"CfgSounds" are valid too.

Some examples: playsound "Nuke"; playsound "All_haha"; playsoung "missile" Maybe an Easteregg ??? playsound "SILVIE_carradio"; wich is defined as: class SILVIE_carradio { sound[] = {"\ca\Music\Track27_Eastern_Eggs_-_Killing_Machines.ogg", 0.0630957, 1}; titles[] = {}; } --HeliJunkie 19:39, 6 July 2010 (CEST)