For some reason the switchCamera command doesn't do anything when
a) Weapon lowered as infantry man
or
b) Inside a vehicle
For some reason the switchCamera command doesn't do anything when
a) Weapon lowered as infantry man
or
b) Inside a vehicle
Run this loop:
while {true} do {
waitUntil {(cameraView != "INTERNAL")};
cameraOn switchCamera "INTERNAL";
};
Lower you weapon or get inside a vehicle and switch to 3rd person view.
Nothing will happen.