teleport button
A button that can teleport and play sound at same time... can this be done?
*note* Found post from 2008 similar to this but links/help are dead.
I assume you mean a button that teleports the player while playing a sound? I think multi_manager could do that for you: https://developer.valvesoftware.com/wiki/Multi_manager_(GoldSource_Engine)
You don't need a multi_manager or something, you can just trigger several things with the same name. But, whichever solution you do there is a problem. You need to have the sound play where you go to, not where you go from or you likely won't hear the sound. You can also have the sound play everywhere on the map which means you will hear it, but the direction will be from 'behind' you.
ty SadPuppy
You can trick it in the way that func_button triggers func_door over teleport entity. Just need to set func_door to move very fast (Speed should be 500) and set it to go down.
I think you can also set func_button to trigger ambient_generic to get sound but I can't give you more details about sound because I have problems with them. For some reason I don't hear any sound on map,also can't hear sounds from longjumping "impresive" "perfect".. and that stuff. I checked it,everything was set correctly but no results...
sajkee is your ingame mp3 volume turned down?
Originally posted by tescosajkee is your ingame mp3 volume turned down?
No,it isn't. Real mistery :)
Please log in to post replies.