mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 17:20:26 +03:00
Advanced trading by Zupa @Windmolders
Stock configuration and basic integration. WE still need config based trader setups.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* [_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];
|
||||
Reference in New Issue
Block a user