mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
private arrays part 2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
private["_hasMeds","_med","_effect"];
|
||||
private ["_hasMeds","_med"];
|
||||
_med = "ItemAntibiotic";
|
||||
_hasMeds = _med in magazines player;
|
||||
if (_hasMeds) then {
|
||||
|
||||
Reference in New Issue
Block a user