Jump to content

Search the Community

Showing results for tags 'cursortarget'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 4 results

  1. Hello everyone. Is there a way to run a script on the cursor object? Situation: The enemy soldier is captive but he is under the cache of the GAIA script (group this) setVariable ["mcc_gaia_cache",true, true]; and still refers to the GAIA command even he is captured so artillery and other enemy forces knows about every opposite unit around captured one, sending forces to conflict area and fire artillery also. My question is if I can set gaia cache to false with some kind of addAction or using debug console in that case on cursor targets so captured unit stop being cached anymore once he is captured? For now, I use subsystem with Zeus to open unit "soul" and there I put code (group this) setVariable ["mcc_gaia_cache",false, false]; but that is much plastic way and a lot of unrealistic surgery. Something like cursorObject setVariable bla bla but how? Thanks in advance solved. if someone ever looks for: (group cursorTarget) setVariable ["mcc_gaia_cache",false, false];
  2. I've added addActions to these two objects ("Land_Razorwire_F" and "RoadBarrier_F") yet still they don't show nor I can get both via cursorTarget/cursorObject. All other objects work fine. Is this because those object's real centers are somehow underground? Or what is the problem or is it a bug? UPDATE: Found another such object: I can addActions to "Land_Camping_Light_F" and it shows just fine but it doesn't work for its OFF version: "Land_Camping_Light_off_F".
  3. addMissionEventHandler [ "EntityKilled", { params [ "_killed", "_killer" ]; _target = cursorTarget; _body = []; if ( typeOf _killed isKindOf "Man") then { _killed addAction ["<img image='\a3\ui_f\data\gui\cfg\debriefing\enddeath_ca.paa' align='center' size='1.2'/>{Bury The Dead}</t>",{params ["_target", "_caller"]; hideBody _target; deleteVehicle _target; _caller playActionNow "MedicOther";},nil,0.1,true,true,"","(_target distance _this) < 2"];}; _body = _killed getRelPos [-0.01, 0]; _dead = createSimpleObject ["a3\structures_f_epb\civ\dead\grave_rocks_f.p3d",_body]; _dead setPos (_body vectorAdd (getPosWorld _dead vectorDiff (_dead modelToWorld [0,0,0])));}]; the issue is the grave is always 10 meters up in the air, what id like to do / or have is the grave on the ground but also not show up unless player does the action code to hide the body.. thanks...
  4. Hello. Is it possible for non leaders (players) to mark targets for the whole squad? Can there be multiple marked targets/Red Boxes at the same time marked by members (players) of the squad? Here's a script I came across. Currently it works for each player on their own machine - where they each designate a target and can track it. How can I make changes to allow all squad members (players) to mark targets that are visible to all members (players) - Multiple Targets Simultaneously If Possible. targeter = _this select 0; my_target = cursorTarget; my_targetdis = targeter distance my_target; my_targetdis = round (my_targetdis); my_targetdir = getdir targeter; my_targetdir = round (my_targetdir); mrktarget = { { _x doTarget cursorTarget; } forEach units group targeter; }; my_msg = { //targeter groupChat format["Fire at this target! %1 m %2 deg from me", my_targetdis, my_targetdir]; targeter groupChat format["Target - %1 m - Bearing %2 - From my position", my_targetdis, my_targetdir]; }; [[targeter],"mrktarget",true,false] spawn BIS_fnc_MP; [[targeter, my_targetdis, my_targetdir],"my_msg",true,false] spawn BIS_fnc_MP;
×