mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
_unit = _this select 0;
|
|
_detail = _this select 1;
|
|
if(_unit == getPlayerUID player) then {
|
|
player setVariable["publish",_detail];
|
|
}; |