Home   Help Search Login Register  

Author Topic: Forgot 2 Easy Things About Using Radio  (Read 1159 times)

0 Members and 1 Guest are viewing this topic.

Suicide

  • Guest
Forgot 2 Easy Things About Using Radio
« on: 14 Jun 2004, 19:37:32 »
Hi All,

I Forgot How Hiding Radio Command For Some Players, I Need Radio Commands To Be Seen Only By One Player Named S2.

Also, What I Have To Put On Top Of A Script Executed By A Radio Command To Be Run Only If S2 Has Call This Radio Command ???

I Hope It's Clear Lol  ;D

Mr.BoDean

  • Guest
Re:Forgot 2 Easy Things About Using Radio
« Reply #1 on: 16 Jun 2004, 09:05:56 »
I got 'dis one ..I got 'dis one!  ;D


OK.... in Init.sqs :

1 setRadioMsg "NULL"  

(1 for Radio Alpha)

In script or On Activation of a trigger:

?(player == S2): 1 setRadioMsg "Alpha Blue Deploy"

That message will now only be seen and usable by that player.   8)
« Last Edit: 16 Jun 2004, 09:07:09 by Mr.BoDean »

Suicide

  • Guest
Re:Forgot 2 Easy Things About Using Radio
« Reply #2 on: 16 Jun 2004, 21:17:43 »
Ok, Thanks A Lot Mate  ;D