Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
this addEventHandler ["killed",{
null = [getPosASL NTacNuke1, 0.3, false, true,2] execVM "freestyleNuke\iniNuke.sqf" createVehicle (getPos (_this select 0));
(_this select 0)}];
this hideObject true;
this addEventHandler ["killed",{
null = [getPosASL NTacNuke1, 0.3, false, true,2] execVM "freestyleNuke\iniNuke.sqf" createVehicle (getPos (_this select 0));
(_this select 0)}];
----------------
Howitzer
this addEventHandler["Fired",
{
params["_unit","_weapon","_muzzle","_mode","_ammo","_magazine","_projectile","_vehicle"];
NTacNuke1 attachTo [_projectile,[0,0,0]]; }];
When the projectile hits the sea or a tall building, the drone spawns at level 0, under the water, or under the building, also the nuke script doesn't trigger :( but it work :D
I have found a script that attaches an object when it fires, and when the howitzer/cruise missile projectile hits the ground and then explodes : damage 1; and then it triggers the nuke scripted where the object is, I've chosen a drone.
----------------------