mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
private ["_unit","_detail"];
|
|
_unit = _this select 0;
|
|
_detail = _this select 1;
|
|
if(_unit == getPlayerUID player) then {
|
|
player setVariable["publish",_detail];
|
|
}; |