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