mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +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];
|
|
}; |