mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
6 lines
124 B
Plaintext
6 lines
124 B
Plaintext
// promptRName.sqf
|
|
|
|
private ["_unit"];
|
|
_unit = _this select 0;
|
|
|
|
call compile format ["server globalChat reviver_%1", _unit]; |