Jump to content

Recommended Posts

Is it possible to simulate taking a picture ingame?

I dont need the picture to be actually taken just a script that when your close enough to an object/area/person u get a "TAKE PHOTO" action and you get a camera sound and flash or something?

Share this post


Link to post
Share on other sites

just use addaction:

player addaction ["TAKE PHOTO", "Photoscript.sqf", [], 0, false, false, "", "player distance target1 < 100"];

photoscript:

titletext ["", "WHITE OUT"];
titletext ["", "WHITE IN"];

phototaken = true;

Don´t know about a sound. You have to look through the soundfiles or add one.

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  

×