Friday, September 20, 2024 12:02:41 AM
> settings

Customize


Authenticate

> ExileClient_marxet_gui_tradeView_postInit.sqf
/*
    MarXet v2.0
    Written by WolfkillArcadia
    CC BY-NC-SA 4.0
*/
 
private["_display"];
disableSerialization;
_display = uiNamespace getVariable ["RscMarXet", displayNull];
(_display displayCtrl 22107) ctrlSetText "";
(_display displayCtrl 22108) ctrlEnable false;
{
	(_display displayCtrl _x) ctrlShow false;
}
forEach [22104, 22105, 22106, 22107, 22103];
All opinions represented herein are my own
- © 2024 itsthedevman
- build 3c15a1b