2015-12-07 16:24:52 +00:00
|
|
|
/*
|
|
|
|
Author: Aaron Clark - EpochMod.com
|
|
|
|
|
|
|
|
Contributors:
|
|
|
|
|
|
|
|
Description:
|
|
|
|
Epoch display kyrpto changes
|
|
|
|
|
|
|
|
Licence:
|
|
|
|
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
|
|
|
|
|
|
|
|
Github:
|
2016-06-13 16:54:19 +00:00
|
|
|
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_effectCrypto.sqf
|
2015-12-07 16:24:52 +00:00
|
|
|
*/
|
2016-04-08 20:21:46 +00:00
|
|
|
if (_this isEqualType 0) then {
|
2015-09-14 20:55:36 +00:00
|
|
|
EPOCH_playerCrypto = _this;
|
|
|
|
9992 cutRsc["EpochGameUI2", "PLAIN", 2, false];
|
|
|
|
((uiNamespace getVariable "EPOCH_EpochGameUI2") displayCtrl 21208) ctrlSetText format["%1", EPOCH_playerCrypto];
|
|
|
|
};
|