client/addons/arsenal/XEH_postInit.sqf
Jacob Schmidt c6daf95415
All checks were successful
Build / Build (push) Successful in 53s
Initial Repo Setup
2025-01-01 14:35:12 -06:00

10 lines
304 B
Plaintext

#include "script_component.hpp"
[{
GETVAR(player,value_loadDone,false)
}, {
private _armoryUnlocks = GETVAR(player,Armory_Unlocks,[]);
private _garageUnlocks = GETVAR(player,Garage_Unlocks,[]);
[_armoryUnlocks, _garageUnlocks] call FUNC(initArsenal);
}] call CFUNC(waitUntilAndExecute);