Results 1 to 4 of 4

Thread: Play sound serverside

  1. #1

    Play sound serverside

    Hey there,

    Is it maybe possible to make a trigger run audio on the timer of the server and not the client, cause I got a mosque pray trigger which makes mosques play those praying sounds every 1 hour, but the problem is that its every 1 hour on the client not the server.

    this is what I got:
    Code:
    speaker say3D "nam";
    Thanks,
    Soundblaster

  2. #2
    A real server does not have a soundcard, or sound software running and no speakers attached so no sound possible, so why should server software have this option?! You can play 'ingame' music / sound trough the client only. And for this you have cfgsound or cfgmusic (two different layers). cfgmusic can be turned down by the players as the music slider but the cfgsounds can’t (if you like to hear the enemy). What you want is a sound trigger and for this there have been many other that have done this for you already. All you would have to do is change to the right sounds and implement it in the mission.:

    this might help: http://www.youtube.com/watch?v=dpC4R0MUvAA

  3. #3
    Staff Sergeant Dirty Haz's Avatar
    Join Date
    Nov 29 2011
    Location
    Birmingham, United Kingdom
    Posts
    359
    More info about it here but that link larsiano posted should explain it all .

    HAZ

  4. #4
    There is one occasion where you have to use say/say3D on a server too, that's when lipsync is used.
    Otherwise you won't see the lips of serverside AI moving (ofc, the sound has to be played with say on the clients too and only there you actually hear it,
    only the lips movement is broadcasted and not the sound itself ).

    Xeno

Similar Threads

  1. Serverside Issue (You Cannot Play/Edit etc.)
    By slikbaz in forum ARMA 2 & OA - TROUBLESHOOTING
    Replies: 3
    Last Post: Aug 11 2011, 16:30
  2. Play sound with trigger?
    By Frosties in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 8
    Last Post: Dec 5 2010, 18:17
  3. addAction play sound for all ?
    By gnu-06 in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 3
    Last Post: Sep 12 2008, 18:40
  4. Question about how to play a sound
    By mrbean1112 in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 3
    Last Post: Jan 24 2005, 11:31
  5. Sound card can't play....
    By russin in forum TROUBLESHOOTING
    Replies: 7
    Last Post: May 1 2002, 06:05

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •