Jump to content
Sign in to follow this  
iNeo

Radio command

Recommended Posts

Was wondering how you do to let a radio command (like Radio Alpha, etc.) only be available for West, not East/Resistance/Civilian...?

Appreciate any help,

iNeo

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (bn880 @ Sep. 13 2002,18:33)</td></tr><tr><td id="QUOTE">SEARCH, please<span id='postcolor'>

I think you kinda slipped on your Caps Lock

I've searched but I can't find anything about enabling a command for just one side.

Share this post


Link to post
Share on other sites

why does everyone have to be so unconstructive. ok he may not have searched but he may also have looked but not frased it right. why cant ppl just give him a linlk to a answer rather than just shout at him? confused.gif

Just an opinion but im sure we have all made mistakes like that in the past

smile.gif

Share this post


Link to post
Share on other sites

You use the WEST,EAST,CIVILIAN,RESISTANCE commands to tell if hes is that side:

?player WEST:goto "west"

I think thats the right way if not then try this:

?WEST player:goto "west"

I think that there must be something about this, otherwise Bn880 wouldn't have said SEARCH. Am i right? wink.gif

tounge.gif PEACE

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (cnchamish @ Sep. 13 2002,13:32)</td></tr><tr><td id="QUOTE">why does everyone have to be so unconstructive. ok he may not have searched but he may also have looked but not frased it right. why cant ppl just give him a linlk to a answer rather than just shout at him? confused.gif

Just an opinion but im sure we have all made mistakes like that in the past

smile.gif<span id='postcolor'>

Why are some poeple even more un constructive? They don't provide a link either. smile.gif

I didn't shout at him, I didn't slip on capslock, just made it clear. The answers lie in the SEARCH feature... I would have given him a link if I had one on my desktop but I don't. Where is the mistake, it's just lazyness. wink.gif

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (GAMEER_77 @ Sep. 13 2002,21:00)</td></tr><tr><td id="QUOTE">You use the WEST,EAST,CIVILIAN,RESISTANCE commands to tell if hes is that side:

?player WEST:goto "west"

I think thats the right way if not then try this:

?WEST player:goto "west"

I think that there must be something about this, otherwise Bn880 wouldn't have said SEARCH. Am i right?  wink.gif

tounge.gif PEACE<span id='postcolor'>

Hmm, what do you mean by that, where should I put it to make a radio command only available for one side?

Share this post


Link to post
Share on other sites

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote (bn880 @ Sep. 13 2002,22:33)</td></tr><tr><td id="QUOTE">The answers lie in the SEARCH feature...<span id='postcolor'>

They didn't, I checked.

Share this post


Link to post
Share on other sites

inside your radio trigger try:

this && side player == WEST

gameer told you what to do in scripts but ... I know why you think the answer is not in SEARCH now, you haven't scripted enough for the threads to be of any help biggrin.gif

Once you are better at scripting the answers come easier, from threads too. smile.gif

Share this post


Link to post
Share on other sites

Hey thanks bn880, and Gameer, that worked... Thanks alot. smile.gif

Share this post


Link to post
Share on other sites

Hmm.... I am trying this in Resistance and it does not seem to work:

this && side player == WEST

I put the above in the CONDITION box of the Trigger (For radio command). But, if I am an EAST player, I can still see the radio command. Any suggestions? Am I missing something?

Share this post


Link to post
Share on other sites

Missing something:

in init.sqs do:

?side PLayer == EAST:1 SetRadioMsg "null";2 SetRadioMsg "null"

etc.

you can do different combinations for each side, and you can also set the text:

3 SetRadioMsg "Report Status"

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  

×