mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-18 22:22:57 +03:00
Add buying to and selling from dayz_onBack
Also: - Fixed typo Z_fill(e)TradeTitle - Fixed "not enough slots to accept change" message shows when "not enough money" should show instead
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* [_text] call Z_fillTradeTitle
|
||||
*
|
||||
* @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.
|
||||
**/
|
||||
private "_text";
|
||||
#include "defines.hpp"
|
||||
|
||||
_text = _this select 0;
|
||||
ctrlSetText [Z_AT_CONTAINERINDICATOR, _text];
|
||||
Reference in New Issue
Block a user