Luke_z_Brna 958 Posted October 24, 2016 Hi. I would like to ask you how to use Sandstorm script? Is it by triggers or game logic or other? Thanks Best regards DonbassCZ Share this post Link to post Share on other sites
Canadalism 0 Posted October 25, 2016 From what I know from playing Arma 3, you usually do it with .sqf scripting with a game logic. Don't quote me on this though. Share this post Link to post Share on other sites
Luke_z_Brna 958 Posted October 25, 2016 Okay. And where should i put those files?? Share this post Link to post Share on other sites
jakeplissken 81 Posted October 29, 2016 Put this into the initServer.sqf. [player, -1, 0.8, true] call BIS_fnc_sandstorm; This will run on all player clients as this is a local script. Share this post Link to post Share on other sites