Added a script to enable screenshots using a camera because the default module wasn't working.

This commit is contained in:
2025-06-02 06:10:12 +03:00
parent bc10185b33
commit 0048e8b698
2 changed files with 27 additions and 7 deletions

View File

@@ -1,4 +1,3 @@
KPLIB_init = false;
// Version of the KP Liberation framework
@@ -63,9 +62,4 @@ if (isServer) then {
publicVariable "KPLIB_initServer";
};
// WIP - this doesn't work yet, i don't know why.
/*
// Spawn and activate the GM Save Pictures module at mission start
private _m = createVehicle ["gm_moduleSavePictures", [0, 0, 0], [], 0, "NONE"];
_m setVariable ["BIS_fnc_initModules_activate", true, true];
*/
null = [] execVM "scripts\client\misc\fnc_initPhotoHandler.sqf";