Thursday, September 19, 2024 11:48:59 PM
> settings

Customize


Authenticate

> ExileServer_marxet_system_request_auction_unlock.sqf
/*
    MarXet v2.0
    Written by WolfkillArcadia
    CC BY-NC-SA 4.0
*/
 
private["_entry"];
_entry = MarXetAuction getVariable [_this, []];
if (_entry isEqualTo []) exitWith {};
_entry set [0, false];
MarXetAuction setVariable [_this, _entry, true];
All opinions represented herein are my own
- © 2024 itsthedevman
- build 3c15a1b