Added a script to enable screenshots using a camera because the default module wasn't working.
This commit is contained in:
@@ -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";
|
||||
Reference in New Issue
Block a user