Skip to content

Commit

Permalink
Add client weapon safety to briefing
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingsley committed Jun 6, 2016
1 parent 019624c commit 303c59f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ARCMF.VR/f/briefing/f_briefing_arcmf.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ if ((getNumber (missionConfigFile >> "Header" >> "sandbox")) == 1) then {
player createDiaryRecord ["ARCMF", ["Adversarial", _advMode]];
};

player createDiaryRecord ["ARCMF", ["Version", (loadFile "version.txt")]];
_debug = "<br/><font size='18'>Client Weapon Safety - <execute expression=""[true] call f_fnc_safety"">Enable</execute> / <execute expression=""[false] call f_fnc_safety"">Disable</execute></font>";
player createDiaryRecord ["ARCMF", ["Debug", _debug]];

player createDiaryRecord ["ARCMF", ["Version", format ["<br/>%1", (loadFile "version.txt")]]];

0 comments on commit 303c59f

Please sign in to comment.