mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Send the PV directly instead of drilling down the list of options.
This commit is contained in:
@@ -60,7 +60,8 @@ _trigger = {
|
||||
if (_entity isKindOf "Animal") then {
|
||||
_entity setDamage 1;
|
||||
} else {
|
||||
[_entity, "Legs", [_entity]] call server_sendToClient;
|
||||
PVCDZ_plr_Legs = [_entity];
|
||||
(owner _entity) publicVariableClient "PVCDZ_plr_Legs";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user