Hey guys i know how to call an air taxi with the radio but how can i let the player see the radio call in his menu only after a certain trigger is activated? I didn't find anything useful
Hey guys i know how to call an air taxi with the radio but how can i let the player see the radio call in his menu only after a certain trigger is activated? I didn't find anything useful
Have you tried Norrin's Chopper/aerial taxi script?
Chopper/aerial taxi script
I believe you can place in a trigger the following code to allow use:
player setVariable ["NORRN_taxiHeli", slick1, true];
Check out his readme, and see if this is what you're after.
searched in google: hide radio trigger
http://forums.bistudio.com/showthrea...ter-in-mission
Code:10 setRadioMsg "NULL"; // hide trigger 10 setRadioMsg "Radio on"; // turn it back on