playSound – Talk

From Bohemia Interactive Community
Jump to navigation Jump to search

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)