Jump to content
Sign in to follow this  

Recommended Posts

hi friends, I am trying to create an environment of toxic gas. used the following:

init.sqf

execVM "gas.sqf";

gas.sqf

if (!isServer) exitWith {};

_gas1 = createVehicle ["ACE_M7A3", getPos gasPos, [], 0, "FORM"];
_gas2 = createVehicle ["ACE_M7A3", getPos gasPos2, [], 0, "FORM"];
_gas3 = createVehicle ["ACE_M7A3", getPos gasPos3, [], 0, "FORM"];
radio setPos [ (getPos mesa select 0), (getPos mesa select 1), (getPos mesa select 2) +0.5];
sleep 2;
execVM "gas.sqf";
exit;

result:

http://www.youtube.com/watch?v=SDeSEDEZIYU&feature=plcp

I wonder now how do I add the effect of damage on the script and increase the range. anyone know how?

Excuse my English, I'm using google translator.

Best Regards.

Edited by moraespqd

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  

×