Search the Community
Showing results for tags 'deleteVehicle'.
Found 9 results
-
Hey folks, I want some more fire in the air so I am placing some tracer modules at the beginning of my mission but I want them to disappear after some time. I tried deleteVehicle and [tracer_1, 1] remoteExec ["setDamage"]; but they don't disapear. Could you people help me with this? Chee...
-
remoteexec remoteExec "deleteVehicle"
rkemsley posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have some boxes (Weapon's Cache) scattered across my map. They can be "retrieved" by any BLUFOR player (BLUFOR player has to use the hold action), which removes the box, adds CuratorPoints to all BLUFOR Curators and removes the question mark from the map (where the box is located)....- 17 replies
-
- arma 3
- addcuratorpoints
- (and 5 more)
-
Hello, I would like know how i can detect when a player drop an item for delete it. I have try with "addEventHandler Put" but the return of item is type string and DeleteVehicle use type object.. Thank you! (Sorry for my bad english)
-
array [Solved]selectRandom [ string, object ] array
rkemsley posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I have 6 potential FIA Weapon Caches scattered around the map. (3 normal weapon caches, 3 special weapon caches). At the start of the mission, I would like all except for 1 from each weapon cache type to be deleted from the map, so I am only left with 2 weapon caches on the map. (Each weapon cache h...- 9 replies
-
- arma 3
- deletemarker
-
(and 2 more)
Tagged with:
-
deletevehicle deleteVehicle in trigger
Play3r posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I am making a SP game and i want to delete some vehicles when i don't need them anymore like heli, trucks and planes. {deleteVehicle _x} forEach crew (dropoff) + [dropoff] this i have in ACT in trigger but i only delete the truck when it drives inside the trigger if i put {deleteVehi... -
Hello, Hmal = createVehicle ["Land_PlasticCase_01_small_F","M1" call BIS_fnc_randomPosTrigger, [], 0, "CAN_COLLIDE"]; _hbatimentPos = nearestBuilding getpos Hmal; _hBatiment = nearestBuilding _hbatimentPos; Hmal setPosATL (_hBatiment buildingPos 1); [[Hmal, ["= Collecter =", "if (is...
- 1 reply
-
- deletevehicle
- mission
-
(and 2 more)
Tagged with:
-
delete all BUT a few specific vehicles in a trigger
WurschtBanane posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
This is the trigger on Act: {deleteVehicle _x} forEach thisList; I want to disable deletion for three Hemtt trucks (rearm, refuel, repair) placed in that area. I called them Refuel_Truck, Repair_Truck and Rearm_Truck. How? And if u gave me an example i would be pleasured. -
Spawning complex structures on demand
ARCHaim posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hi everyone! I've faced a problem, when spawning a structure, consisting of 500+ objects, on demand. When it happens, one or another random object from this structure doesn't show itself physically (for every player, so it seems to be not a client-side problem). I'm wondering if there's a way to p...- 4 replies
-
- performance
- spawn
-
(and 6 more)
Tagged with:
-
MissionevEventHandler im messing with , issue with modelToWorld
dr death jm posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
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 T...- 6 replies
-
- MpEventHandler
- cursorTarget
-
(and 1 more)
Tagged with: