Jump to content
fawlty

Disable radio menu access

Recommended Posts

I quite often use the radio in coops to activate triggers such as cleaning up a previous played area or setting off tasks.

Is there a way I can restrict radio access to other players so they don't accidently activate something they shouldn't.

Prefer a init script I can add to players p2 to p8 init

 

Thanks

Share this post


Link to post
Share on other sites

 

Simple way: Why not in your radio trigger?

this && local p1

as condition, if you are p1... or use , your are in MP, getPlayerUID  player == yourUIDString

 

Better: script your trigger and make it local (not global). In initPlayerLocal.sqf , with the condition on getPlayerUID

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×