@CrimzonUK1
goto core\admin, then create a file called fn_camera.sqf, then put the code under in the file.
#include "..\..\script_macros.hpp"
/*
# File: fn_Camera.sqf
# Author: Martinez | MartineZ#5762
# Description: Spawns the bis camera
*/
if (FETCH_CONST(life_adminlevel) < 1) exitWith {closeDialog 0; hint "You are not a Staff Member"};
// Actions
private _action = [
"Are you sure to open the free camera?",
"Camera",
"Yes",
"No"
] call BIS_fnc_guiMessa