Jump to content
Sign in to follow this  
=BFP=Cheetah

Radio, only for one soldier?

Recommended Posts

I made a mission where ya use your radio (0-0-1 etc)

How can I make this radio commands only available for 1 soldier or is it impossible?

plz tell me

srry for bad english

Share this post


Link to post
Share on other sites

Generally, no one in OFP uses the radio function except you, the player. Do you just want it to refer to one soldier or something?

Share this post


Link to post
Share on other sites

errm Aculaud, he's talkin 'bout multiplayer

Cheetah: i haven't tried out, disabling radio-messages,

but it has to do with the setRadioMsg command.

I think, you may use the init.sqs to disable it for everyone,

and enable it for an individual unit later. I found an example

at OFPEC. You might have to work around a lil bit with it.

This example was given, to disable 0-0-2 for player 1

and to disable 0-0-1 for player 2;

? (player == Player_1) : 2 setRadioMsg "NULL"

? (player == Player_2) : 1 setRadioMsg "NULL"

hope this helps a bit

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
Sign in to follow this  

×