Jump to content
koffeinflummi

Authentic Gameplay Modification

Recommended Posts

It has been fixed on GitHub so if you wanted you could take those files and add them. I think someone posted a link to a .zip in the RHS thread.

Share this post


Link to post
Share on other sites

I want to remove the desaturation of color while lying down and firing, what PBO is this?? None of them seem to indicate this by name, thanks.

(unless im blind haha) :)

Share this post


Link to post
Share on other sites

It's part of AGM_Goggles, if you are wearing glasses or goggles you won't suffer from sore eyes.

Share this post


Link to post
Share on other sites

Hmm ok, any way to disable the desaturation effect without removing the goggles pbo then ??

Share this post


Link to post
Share on other sites
Hi, when the AGM is played along RHS: Escalation the main gun of the M2 Bradleys (25mm Bushmaster) can't be fired nor selected (the AI can!) and prevents the normal operation of the Abrams Rhs-FCS or the FCS of the AGM. :(

Could this be fixed in the future?

Thanks!

Remove agm_vehicles.pbo

Share this post


Link to post
Share on other sites

When I press the "C" key in a vehicle or helo I get a menu to switch seats. I don't want this menu to appear, and I don't have anything bound to that key. Can I disable this menu?

Share this post


Link to post
Share on other sites
When I press the "C" key in a vehicle or helo I get a menu to switch seats. I don't want this menu to appear, and I don't have anything bound to that key. Can I disable this menu?

Try searching in the AGM menu (press esc in-game). Check your keys and configure them as you wish.

Share this post


Link to post
Share on other sites
It's part of AGM_Goggles, if you are wearing glasses or goggles you won't suffer from sore eyes.

hm. wouldn't blur make more sense? just a thought

Share this post


Link to post
Share on other sites

when i have agm running i cant hear sound from other guns tryed that with some peopbel and only thing is running is agm and a3

Share this post


Link to post
Share on other sites

With the new DLC which just came out Im trying to add wheels jerrycans and tracks to a vehicle supply box, im guessing this is not possible.

For future update feature requests. Can we have a vehicle supply box with a load cargo section which holds or comes prespawned with spare parts and fuel, as a means to heli lift in ammo fuel spare parts etc.

im under the impression this is in the logistics pbo and would just be some xtra lines of code ? to add the supply box to the list where you fill cars and tanks with wheels etc ?

i looked myself tyring to work it out.

thanks

Share this post


Link to post
Share on other sites

Also noted that passangers on the Mh-6 are more influenced by the G-force than the Pilot ... they allmost fade out xD. But it seems that only the "Bench-seats" are affected.

Edited by Ratax

Share this post


Link to post
Share on other sites

Hello.

Since the new arma update yesterday.

My clan can't make missions while using the medical module.

Or play old missions that has it placed.

We simply can't connect to the mission if the module is placed.

EDIT: Yeah just ignore me.

Turned out something had screwed with our commandline.

Sorry for the spam/disturbance.

Great mod BTW!!

Edited by BossManDGF

Share this post


Link to post
Share on other sites
Hello.

Since the new arma update yesterday.

My clan can't make missions while using the medical module.

Or play old missions that has it placed.

We simply can't connect to the mission if the module is placed.

Just to let you know: Not for me.

I can join my server just fine. Maybe its the mission. Check the server log!

Share this post


Link to post
Share on other sites
Also noted that passangers on the Mh-6 are more influenced by the G-force than the Pilot ... they allmost fade out xD. But it seems that only the "Bench-seats" are affected.

Not just the little bird, we were also having problems with the chinook as well.

Share this post


Link to post
Share on other sites

So, after I "patched" the game, my keys for AGM doesn't work at all. None of the work and they did (today) before I "patched" the game. Anyone know what the problem might be?

Share this post


Link to post
Share on other sites

Firstly, thanks for everything you guys do, great mod.

Secondly, I apologize if this is a double post but I can't find anything in searches.

I have some inconsistencies getting the scope adjustment interface to show up. I've tried with vanilla scopes, as well as scopes from a few different modpacks. Sometimes, the adjustment shows up just fine and works great. Then, I'll do something random like swap weapons or optics and it will disappear even when I bring the same weapon with the same optic back up. And on some occasions, certain scopes will have the adjustment interface every time while others won't, then on a separate occasion they both will. If I'm missing something, shame on me, but I've been trying to figure this out for a couple days and hoping I can get some help. Thanks a lot.

Share this post


Link to post
Share on other sites

Can someone please explain the implementation of a knock-out script for AI units? Specifically for knocking a particular unit out by script. So far, I'm using:

this setVariable ["AGM_AllowUnconscious", true];

and I've tried using the following interchangeably:

this setVariable ["AGM_Unconscious", true]; 
[this] call AGM_Medical_fnc_knockOut;

But they only put the unit into the unconscious animation- he is unable to be dragged, and diagnosing him lists him as "awake". It is possible to make the AI unconscious by shooting him after using AllowUnconscious, but I'm aiming to make the AI unconscious until called to awaken by script again.

I'd like to make it impossible to use Epi on him to wake him up, but that's not the main problem I'm trying to work out right now.

EDIT: Sorry for not exploring every option- turns out calling knockOut has to be done after a short delay, otherwise it gets reset after AGM initializes. Is this because of the medical initialization? Is there a variable that can be used to waitUntil rather than sleeping?

Edited by WulfyWulf

Share this post


Link to post
Share on other sites

Currently agm_vehicles.pbo is not compatible with RHS US vehicles. Since the Red Hammer Studio faction mods will be hugely popular within the A3 community I thought I'd report that for a possible fix in the future.

Thanks for all the hard work Flummi.

Share this post


Link to post
Share on other sites
... Since the Red Hammer Studio faction mods will be hugely popular within the A3 community...

That's an assumption ;)

Share this post


Link to post
Share on other sites

Noted this in the RPT of a mission played with A3 v1.34:

2014/11/04, 20:53:13 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error Undefined variable in expression: _legdamage
2014/11/04, 20:53:13 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:53:13 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error Undefined variable in expression: _legdamage
2014/11/04, 20:53:13 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:53:13 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error Undefined variable in expression: _legdamage
2014/11/04, 20:53:13 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:53:13 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error Undefined variable in expression: _legdamage
2014/11/04, 20:53:13 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:53:13 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error Undefined variable in expression: _legdamage
2014/11/04, 20:53:13 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:53:13 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error Undefined variable in expression: _legdamage
2014/11/04, 20:53:13 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:53:13 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error Undefined variable in expression: _legdamage
2014/11/04, 20:53:13 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:53:13 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error Undefined variable in expression: _legdamage
2014/11/04, 20:53:13 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:53:13 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error Undefined variable in expression: _legdamage
2014/11/04, 20:53:13 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:53:13 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error Undefined variable in expression: _legdamage
2014/11/04, 20:53:13 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:53:13 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error Undefined variable in expression: _legdamage
2014/11/04, 20:53:13 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:53:13 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:53:13   Error Undefined variable in expression: _legdamage
2014/11/04, 20:53:13 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:53:15 No owner
2014/11/04, 20:53:18 No owner
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:38 Server: Object 2:7081 not found (message Type_318)
2014/11/04, 20:53:39 Server: Object 2:7133 not found (message Type_318)
2014/11/04, 20:53:39 Server: Object 2:7133 not found (message Type_318)
2014/11/04, 20:53:39 Server: Object 2:7133 not found (message Type_318)
2014/11/04, 20:53:39 Server: Object 2:7133 not found (message Type_318)
2014/11/04, 20:53:39 Server: Object 2:7133 not found (message Type_318)
2014/11/04, 20:53:39 Server: Object 2:7133 not found (message Type_318)
2014/11/04, 20:53:39 Server: Object 2:7133 not found (message Type_318)
2014/11/04, 20:53:40 Server: Object 2:7133 not found (message Type_318)
2014/11/04, 20:53:41 Server: Object 2:7175 not found (message Type_318)
2014/11/04, 20:53:41 Server: Object 2:7175 not found (message Type_318)
2014/11/04, 20:53:41 Server: Object 2:7175 not found (message Type_318)
2014/11/04, 20:53:41 Server: Object 2:7175 not found (message Type_318)
2014/11/04, 20:53:41 Server: Object 2:7175 not found (message Type_318)
2014/11/04, 20:53:41 Server: Object 2:7175 not found (message Type_318)
2014/11/04, 20:53:41 Server: Object 2:7175 not found (message Type_318)
2014/11/04, 20:53:42 No owner
2014/11/04, 20:54:00 No owner
2014/11/04, 20:54:09 [107094,4073.27,1803.72,"x\asr_ai3\addons\sysaiskill\XEH_postServerInit.sqf:18","New ViewDistance set: _newvd=762.228"]
2014/11/04, 20:54:18 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:18 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:18 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:18 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:18 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:18 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:18 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:18 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:18 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:18 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:18 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:18 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:18 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:18   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:18 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:34 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:34   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:34 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:37 No owner
2014/11/04, 20:54:39 No owner
2014/11/04, 20:54:56 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:56   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:56   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:56 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:56 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:56   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:56   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:56 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:57 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:57 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:57 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:57 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:57 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:57 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:57 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:57 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:57 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:57 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:57 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:57 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:57 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:57 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:57 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:57 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:57 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:57 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:54:57 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:54:57   Error Undefined variable in expression: _legdamage
2014/11/04, 20:54:57 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:04 No owner
2014/11/04, 20:55:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:55:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:55:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:55:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:55:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:55:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:55:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:55:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:55:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:55:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:55:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:55:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:19 Error in expression <call AGM_Medical_fnc_knockOut;
};


if (_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error position: <_legdamage >= 1) then {

[_unit, "HitLeg>
2014/11/04, 20:55:19   Error Undefined variable in expression: _legdamage
2014/11/04, 20:55:19 File AGM_Medical\functions\fn_handleDamage.sqf, line 172
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:19 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:20 Server: Object 2:7144 not found (message Type_318)
2014/11/04, 20:55:23 No owner
2014/11/04, 20:55:24 [107969,4147.41,1863.9,"x\asr_ai3\addons\sysaiskill\XEH_postServerInit.sqf:18","New ViewDistance set: _newvd=763.413"]
2014/11/04, 20:55:26 No owner
2014/11/04, 20:55:28 No owner
2014/11/04, 20:55:42 Server: Object 2:7274 not found (message Type_318)
2014/11/04, 20:55:42 Server: Object 2:7274 not found (message Type_318)
2014/11/04, 20:55:44 No owner
2014/11/04, 20:55:46 No owner
2014/11/04, 20:56:02 Error: Object(7 : 51) not found
2014/11/04, 20:56:03 No owner
2014/11/04, 20:56:04 No owner
2014/11/04, 20:56:10 No owner
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:17 Server: Object 2:7092 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7299 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7299 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7299 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7299 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7299 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:18 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:19 Server: Object 2:7305 not found (message Type_318)
2014/11/04, 20:56:35 Server: Object 2:7383 not found (message Type_318)
2014/11/04, 20:56:35 Server: Object 2:7383 not found (message Type_318)
2014/11/04, 20:56:35 Server: Object 2:7383 not found (message Type_318)
2014/11/04, 20:56:35 Server: Object 2:7383 not found (message Type_318)
2014/11/04, 20:56:35 Server: Object 2:7383 not found (message Type_318)
2014/11/04, 20:56:35 Server: Object 2:7383 not found (message Type_318)
2014/11/04, 20:56:35 Server: Object 2:7383 not found (message Type_318)
2014/11/04, 20:56:35 Server: Object 2:7383 not found (message Type_318)
2014/11/04, 20:56:35 Server: Object 2:7383 not found (message Type_318)
2014/11/04, 20:56:37 [108952,4221.06,1923.91,"x\asr_ai3\addons\sysaiskill\XEH_postServerInit.sqf:18","New ViewDistance set: _newvd=764.599"]
2014/11/04, 20:56:48 Server: Object 2:7399 not found (message Type_318)
2014/11/04, 20:56:48 Server: Object 2:7399 not found (message Type_318)
2014/11/04, 20:56:48 Server: Object 2:7399 not found (message Type_318)
2014/11/04, 20:56:48 Server: Object 2:7399 not found (message Type_318)
2014/11/04, 20:56:48 Server: Object 2:7399 not found (message Type_318)
2014/11/04, 20:56:48 Server: Object 2:7399 not found (message Type_318)
2014/11/04, 20:56:48 Server: Object 2:7399 not found (message Type_318)
2014/11/04, 20:56:48 Server: Object 2:7399 not found (message Type_318)
2014/11/04, 20:56:49 No owner
2014/11/04, 20:56:49 No owner
2014/11/04, 20:57:17 No owner
2014/11/04, 20:57:18 No owner
2014/11/04, 20:57:48 Server: Object 2:7415 not found (message Type_318)
2014/11/04, 20:57:48 Server: Object 2:7415 not found (message Type_318)
2014/11/04, 20:57:48 Server: Object 2:7415 not found (message Type_318)
2014/11/04, 20:57:49 Server: Object 2:7431 not found (message Type_318)
2014/11/04, 20:57:49 Server: Object 2:7431 not found (message Type_318)
2014/11/04, 20:57:50 No owner
2014/11/04, 20:57:51 [110024,4295.29,1984.03,"x\asr_ai3\addons\sysaiskill\XEH_postServerInit.sqf:18","New ViewDistance set: _newvd=765.793"]
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7477 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7477 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7477 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7477 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Error: Object(17 : 39) not found
2014/11/04, 20:58:05 Server: Object 2:7343 not found (message Type_318)
2014/11/04, 20:58:05 Server: Object 2:7477 not found (message Type_318)
2014/11/04, 20:58:07 No owner
2014/11/04, 20:58:20 Server: Object 2:7218 not found (message Type_318)
2014/11/04, 20:58:20 Server: Object 2:7218 not found (message Type_318)
2014/11/04, 20:58:20 Server: Object 2:7218 not found (message Type_318)
2014/11/04, 20:58:20 Server: Object 2:7218 not found (message Type_318)
2014/11/04, 20:58:37 No owner
2014/11/04, 20:58:39 No owner
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:55 Server: Object 2:7535 not found (message Type_318)
2014/11/04, 20:58:56 No owner
2014/11/04, 20:58:57 No owner
2014/11/04, 20:59:05 [111122,4368.54,2044.07,"x\asr_ai3\addons\sysaiskill\XEH_postServerInit.sqf:18","New ViewDistance set: _newvd=766.991"]
2014/11/04, 20:59:11 No owner
2014/11/04, 20:59:12 No owner
2014/11/04, 20:59:39 No owner
2014/11/04, 21:00:09 No owner
2014/11/04, 21:00:17 [112273,4440.96,2104.34,"x\asr_ai3\addons\sysaiskill\XEH_postServerInit.sqf:18","New ViewDistance set: _newvd=768.193"]
2014/11/04, 21:00:24 No owner
2014/11/04, 21:00:30 No owner
2014/11/04, 21:00:39 No owner
2014/11/04, 21:00:45 Error: Object(17 : 40) not found
2014/11/04, 21:00:52 Server: Object 2:7581 not found (message Type_318)
2014/11/04, 21:00:52 Server: Object 2:7581 not found (message Type_318)
2014/11/04, 21:00:52 Server: Object 2:7581 not found (message Type_318)
2014/11/04, 21:00:52 Server: Object 2:7581 not found (message Type_318)
2014/11/04, 21:00:52 Server: Object 2:7581 not found (message Type_318)
2014/11/04, 21:00:52 Server: Object 2:7581 not found (message Type_318)
2014/11/04, 21:00:53 Server: Object 2:7581 not found (message Type_318)
2014/11/04, 21:00:53 No owner
2014/11/04, 21:01:08 No owner
2014/11/04, 21:01:23 No owner
2014/11/04, 21:01:24 No owner
2014/11/04, 21:01:30 [113299,4514.23,2164.39,"x\asr_ai3\addons\sysaiskill\XEH_postServerInit.sqf:18","New ViewDistance set: _newvd=769.407"]
2014/11/04, 21:01:38 No owner
2014/11/04, 21:01:49 Road not found



Goes on for a couple of thousand lines...

Share this post


Link to post
Share on other sites
Noted this in the RPT of a mission played with A3 v1.34:

....

Goes on for a couple of thousand lines...

What kind of mission? Did it have a revive system or tinker with damages in some other way?

Also, what mods did you use?

Share this post


Link to post
Share on other sites
What kind of mission? Did it have a revive system or tinker with damages in some other way?

Also, what mods did you use?

Mods used: http://shape-arma.com/shape/campaign-requirements/ (verify signatures on)

No customization on AGM besides adding AGM items to loadouts and crates. No revive, no 'tinkering' re damages or whatsoever. Server does run ASR AI/TPWCAS.

Share this post


Link to post
Share on other sites

https://github.com/KoffeinFlummi/AGM/wiki/Functions#agm_interaction_fnc_addinteractionself

I couldn't get that function to do anything, no idea if it's the example or is the function itself broken.

MY_SelfInteraction_ID = ["Test Interaction", {true}, {hint "Test"}, true] call AGM_Interaction_fnc_addInteractionSelf;

Also the AGM_Interaction_fnc_addInteraction and AGM_Interaction_fnc_removeInteraction examples seems to be calling wrong functions.

Share this post


Link to post
Share on other sites

Hello I would like to know if its possible to run agm but without the medical system or threatment things ?

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.

×