You're the best! Works perfecto now! Last related question .. I am trying to add resistance to east side so they can only access same radio channels .. that I can not get to work. Resistance still see West radio. I have copied and pasted below. Please show me what I am doing wrong.
Thanks again!
~0.5
goto format ["%1",side player]
; If player is on side res or civvie, we just fail silently and exit
exit
#resistance
{_x setRadioMsg "NULL"} forEach [1,2,3,4,5]
exit
#east
{_x setRadioMsg "NULL"} forEach [1,2,3,4,5]
exit
#west
{_x setRadioMsg "NULL"} forEach [6,7,8,9,10]
exit