Search the Community
Showing results for tags 'idle'.
Found 2 results
-
Last 5 "Elimination" games i tried to play had players in it that just lay down and wait. They don't even shoot, just lay there idle. I guess they just wait for the game to end to get an easy crate... There is no option to kick or report during the game. They suck the joy out of the game. An easy fix could be that they don't get a reward if they score 0 points or if more than half of the team reports them. Please Dev's do something about this! I actualy like this game mode, but every time one of those "leechers" is in the game they ruin it for everyone.
- 2 replies
-
- 2
-
- elimination
- idle
-
(and 4 more)
Tagged with:
-
Helicopter move getPos - sitting still
Dj Rolnik posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hey guys, I am in need of a clever explanation of what I'm seeing and a helpful hand with fixing it. I have created an action that calls for a chopper from a nearby location and makes it move and land in a different location. The script works locally without issues. The script works in multiplayer when called using the Zeus code module option. The script does not work when called by addAction (either attached to a player or a static object). By "does not work" I mean the helicopter does receive the cargo (which means it is recognised) but the chopper just sits there forever. ["Land_PaperBox_01_small_closed_brown_IDAP_F", helicopter1] call ace_cargo_fnc_addCargoItem; ["Land_PaperBox_01_small_closed_brown_IDAP_F", helicopter1] call ace_cargo_fnc_addCargoItem; ["Land_PaperBox_01_small_closed_brown_IDAP_F", helicopter1] call ace_cargo_fnc_addCargoItem; ["Land_PaperBox_01_small_closed_brown_IDAP_F", helicopter1] call ace_cargo_fnc_addCargoItem; hint "Friendly chopper incoming"; helicopter1 move (getPos heli_landing_pad); sleep 15; while { ( (alive helicopter1) && !(unitReady helicopter1) ) } do { sleep 1; }; if (alive helicopter1) then { helicopter1 land "LAND"; while { ( (alive helicopter1) && !(unitReady helicopter1) ) } do { helicopter1 engineOn false; }; }; For the love of me, I cannot understand why it keeps happening. I even called the helicopter1 move part individually from the zeus interface and it did work. Thanks a lot, Adam- 7 replies
-
- helicopter
- heli
- (and 6 more)