Gleb Zaveruha
Gleb Zaveruha
Here are setting that we use in my community class AGM_Parameters_Numeric { AGM_Medical_CoefDamage=1; AGM_Medical_CoefBleeding=1; AGM_Medical_CoefPain=1; AGM_Medical_CoefNonMedic=2; AGM_Medical_MaxUnconsciousnessTime=-1; }; class AGM_Parameters_Boolean { AGM_Medical_AllowNonMedics=1; AGM_Medical_RequireDiagnosis=1; AGM_Medical_PreventInstaDeath=0; AGM_Medical_PreventDeathWhileUnconscious=0; AGM_Medical_SingleBandage=0; AGM_Medical_AllowChatWhileUnconscious=0; AGM_Medical_EnableOverdosing=1; AGM_Medical_RequireMEDEVAC=0; AGM_Medical_AutomaticWakeup=1;...
Sure, i'll do more tests on dedicated server this week
It was in ace 2, maybe u can see how they did it if u want
``` unitBackpack player addEventHandler ["ContainerOpened", { hint format ["%1 has opened your Backpack!", name (_this select 1)]; }]; ``` Should it work?
I haven't figured it out yet :) I've got it from here: http://forums.bistudio.com/showthread.php?187141-How-to-check-who-is-using-my-backpack&p=2848215&viewfull=1#post2848215 I have no idea how one supposed to execute EH
``` if (hasInterface) then { player addEventHandler ["InventoryOpened", { if (_this select 1 isKindOf "Bag_Base") then { BackpackEvent = _this; publicVariable "BackpackEvent"; }; }]; "BackpackEvent" addPublicVariableEventHandler { if (BackpackEvent select...
Also you can glitch explosives through the walls or roofs
Can you use this to do it? https://community.bistudio.com/wiki/lineIntersects Or this: https://community.bistudio.com/wiki/terrainIntersect
I've created & published new package, while it's not too late, seeing it's been almost 2 years since last update. PHP8.3 & Laravel 10 are supported Also I've patched all...