okey so yesterday i was testing some script what i take from Der riese, and now i want to change the song of the meteor but when i change the name it dont work.
Code Snippet
Plaintext
play_music_easter_egg() { if (!IsDefined (level.eggs)) { level.eggs = 0; }
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
SetMusicState does not play soundaliases, it sends notifies. If you want to play a different sound, just remove the setMusicState line and play the sound from an entity like you normally would.
SetMusicState does not play soundaliases, it sends notifies. If you want to play a different sound, just remove the setMusicState line and play the sound from an entity like you normally would.
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Make sure self is actually an entity with an origin. If it's not a 3D sound, take Phil's advice and use the center of the level as the second parameter.
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.