Jump to content
Sign in to follow this  
mister ofp

trigger return problem

Recommended Posts

hi used a radio trigger that send to a script the unit that called the radio trigger.

like this [player] exec "thing.sqs"

so west and east can call it it s the same.

but there is little differences beween the two radio calls depending of the side.

it seems to work when i m alone when i create the server...

but when i got more than Two players it don t work at all....

tried with addaction command that don t work too....

Share this post


Link to post
Share on other sites

When using addaction command, specifiy the units to use it, make two seperate commands:

unit_1 addAction ["Hello", "hello.sqs"]

unit_2 addAction ["Hello", "hello.sqs"]

Both units should have the action added to the list.

I think the radio is usable by the player unit only.

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  

×