Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nuke_availabe = true;
- (_this select 1) addAction ["<t color='#FF0000'>Set off Nuke</t>", {
- _AOE = getPos (_this select 0);
- [_AOE] spawn {
- { [(_this select 0),500,500] remoteExec [_x,0];
- } foreach [
- "rhs_fnc_ss21_nuke_fx_smoke",
- "rhs_fnc_ss21_nuke_fx_light",
- "rhs_fnc_ss21_nuke_fx_shockwave",
- "rhs_fnc_ss21_nuke_fx_postprocessing"
- ];
- [(_this select 0),500,500] remoteExecCall ["rhs_fnc_ss21_nuke_fx_damage",2];
- };
- nuke_availabe = false;
- },[],10,true,true,"","nuke_availabe"];
Advertisement
Add Comment
Please, Sign In to add comment