On a particular day of wipe, I run an event is there a way to trigger a sound event, for example, the cargo ship fog horn, and repeat for 30 seconds to get players attention of the upcoming event?
thanks in advance
Trigger a sound event in game ?
For example:
// Play sound
Effect.server.Run("assets/bundled/prefabs/fx/build/promote_toptier.prefab", SomeEntity.transform.position);βAll availible effects (prefabs) you can sniff by prefab sniffer plugin. Second parameter is Vector3 - position where effect/sound will be created/played. Review docs and existed plugins.Thanks for your response I was rather hoping of a simple console command or timed executable to trigger a server-wide sound effect to warn players that an event starting. Guess ill be putting that idea to bed as it's well above my capabilities... thanks again sir.
Can be quite easy to create a small plugin with a chat command to play the same sound effect for every online player at their current location once or forΒ configured time. Give me a message on discord, if want to try something like this Kaucsenta#8175 . I start to learn to do plugin and if i can make something useful what can be tested in Exchange, then both of us can make profit πnashslashThanks for your response I was rather hoping of a simple console command or timed executable to trigger a server-wide sound effect to warn players that an event starting. Guess ill be putting that idea to bed as it's well above my capabilities... thanks again sir.
would love to know if theres been progress on this
SourNationwould love to know if theres been progress on this
ya found this old post ya think ya would of found https://umod.org/plugins/play-fx
Razor
ya found this old post ya think ya would of found https://umod.org/plugins/play-fx
thanks razor i wanted this years back something like an island-wide air-raid siren type thing not for individual players. rust has changed so much.Β its more like satisfactory these days .. the mod is no longer wanted by myself
thanks boss, i did a few deep dives but hadnt found anything. appreciate the helpRazor
ya found this old post ya think ya would of found https://umod.org/plugins/play-fx
thanks for help!