I want to add a missile warning system to a vehicle. Presuming I have defined an "incoming" sound class, will the following code work in an MP setting? Will the vehicle driver actually hear the sound?
vehicle AddEventHandler ["incomingmissile",{(_this Select 0) Say "Incoming"}]