mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Add Antibacterial wipe option
This commit is contained in:
@@ -108,6 +108,11 @@ call {
|
|||||||
_owner publicVariableClient "PVCDZ_hlt_AntiB";
|
_owner publicVariableClient "PVCDZ_hlt_AntiB";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (_variable == "AntiBacterialWipe") exitWith {
|
||||||
|
PVCDZ_hlt_Wipe = _arraytosend;
|
||||||
|
_owner publicVariableClient "PVCDZ_hlt_Wipe";
|
||||||
|
};
|
||||||
|
|
||||||
if (_variable == "Legs") exitWith {
|
if (_variable == "Legs") exitWith {
|
||||||
PVCDZ_plr_Legs = _arraytosend;
|
PVCDZ_plr_Legs = _arraytosend;
|
||||||
_owner publicVariableClient "PVCDZ_plr_Legs";
|
_owner publicVariableClient "PVCDZ_plr_Legs";
|
||||||
|
|||||||
Reference in New Issue
Block a user