mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
6 lines
237 B
Plaintext
6 lines
237 B
Plaintext
if (typeName _this == "SCALAR") then {
|
|
EPOCH_playerCrypto = _this;
|
|
9992 cutRsc["EpochGameUI2", "PLAIN", 2, false];
|
|
((uiNamespace getVariable "EPOCH_EpochGameUI2") displayCtrl 21208) ctrlSetText format["%1", EPOCH_playerCrypto];
|
|
};
|