Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
SteelSampson

setRadioMsg Using "NULL" to disable radio slot not working?

Recommended Posts

I am trying to make a mission where you can only use the radio within the certain trigger areas.

This is what I have in one trigger:

ACTIVATION:BLUFOR, Present, Repeatedly.

CONDITION:this

On ACT: 1 setRadioMsg "Request Transport"; hint "Radio Active";

On DEA: 1 setRadioMsg "NULL"; hint "Radio INACTIVE";

I still am able to access the channel even when outside the trigger?

What am I doing wrong?

Thanks!

Share this post


Link to post
Share on other sites

×