mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
10 lines
296 B
Plaintext
10 lines
296 B
Plaintext
/**
|
|
* [_text] call Z_filleTradeTitle
|
|
*
|
|
* @param String _this select 0 (_text) -> The text you want in the label.
|
|
*
|
|
* Changes the indication of where you are selling/buying from in the trade window.
|
|
**/
|
|
#include "defines.sqf";
|
|
_text = _this select 0;
|
|
ctrlSetText [Z_AT_CONTAINERINDICATOR, _text]; |