1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

Prevent AI group chat

This commit is contained in:
SilentSpike 2015-07-20 00:02:14 +01:00
parent 77941c4f27
commit 2ffa3c9a85

@ -37,6 +37,10 @@ if (_newMode == 0) then { // Free
// Preserve camUnit value for consistency when manually changing view
GVAR(camera) cameraEffect ["internal", "back"];
// Switch to player to stop AI group chat
ACE_Player switchCamera "internal";
clearRadio;
// HUD stuff
showCinemaBorder false;
cameraEffectEnableHUD false;