Hey guys, i know this one has been touched on a few times in other posts but i can not seem to find an answer to any of it.
What i have at the moment is a player who is executing a script for example shout = [player1] exec "shout.sqs";
The script itself has a playsound command in like:
playsound "shout".
Which obviously executes locally and only the player who carried out the add action can here.
What i am after is when a player executes this script everyone can hear the shout.
I have tried a number of different ways, even trying to create a game logic at the location and getting the game logic to 'say' the sound. But this too seemed to only execute locally as the game logic was created using a script.
Any ideas how i can get all players to hear the same sound?
Any help would be appreciated, thanks in advance.