client/addons/garage/functions/fnc_openGarage.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

9 lines
214 B
Plaintext

#include "..\script_component.hpp"
disableSerialization;
createDialog "RscGarageDialog";
ctrlSetText [IDC_DIALOGNAME, format ["%1's Garage", (name player)]];
[] call FUNC(fetchGarage);
[] call FUNC(fetchNearby);