SSG Plazmoid 0 Posted March 10, 2004 Does anyone know if unit say "sound" is local? In other words if a local player in a multiplayer game executes a script but only that player executes the script and the say command is used on a global object will other players hear the sound or does each player need to execute the say command locally? When I say will other players hear this is remembering that they must be within distance of the object. Btw, I mention object in reference to say because you can use a gameobject instead of a unit. I guess I'll get around this by making triggers and having them make my gameobjects say the sounds so in this way I'm sure all players (within range) will hear the sounds. The answer to this question would be good to know for future use. My usual response to a question like this is - test it. But don't have anyone to help me test at the moment thanks, Plaz Share this post Link to post Share on other sites
RED 0 Posted March 10, 2004 As far as I can remember, the say command is local and must be executed on each client for each client to hear the sound. RED Share this post Link to post Share on other sites
Balschoiw 0 Posted March 11, 2004 say command works perfectly in MP maps. use triggers or whatever. Share this post Link to post Share on other sites