--- pcs function stopglobalsound_init(e) --Vol = 0 end function stopglobalsound_main(e) Dist = GetPlayerDistance(e) if Dist < 200 then StopGlobalSound ( 1 ) StopGlobalSound ( 2 ) end end