Jump to content

Recommended Posts

Hey.

Does anyone have any information on how to get pop up targets up, if the player is close enough. Of course, it would be good to be down at first.

 

Is it possible to get the sound effects included. as an example: scream voice?

Share this post


Link to post
Share on other sites

just google for the phrase

arma 3 script popup targets

or be more specific and show what you tried already.

Share this post


Link to post
Share on other sites

@sarogahtyp

thank you, but the purpose is to scare the player.

I found three different types of script, but with these I try to somehow get forward.

But I'm trying to create something of these. If there are other ideas you can put on to come.

Share this post


Link to post
Share on other sites

trigger condition:

thisList findIf { isPlayer _x && (_x distance NAMEOFYOURPOPUP) < 5} > -1

trigger activation:

_d= execVM "YOURPOPUPSCRIPT.sqf"

 

 

In your popup script you can use playSound3D or say3D to play a screaming voice file which you have to define in description.ext if you use say3D

 

If you  need further help the ask further questions...

  • Like 1

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

×