Ryousuke 1 Posted August 3, 2013 Recently got back into editing and I can't quite seem to remember how I would go about forcing first person for every unit in a mission, both on the opfor and blufor sides. And the effect is to be permanent. Any ideas? (Apologies if this has been asked before, I didn't find anything while searching.) Share this post Link to post Share on other sites
kylania 568 Posted August 3, 2013 Set your server to a specific difficulty to not allow 3 rd person. Share this post Link to post Share on other sites
CJoke 11 Posted August 3, 2013 for singleplayer missions this may help: no external camera without vehicle: [] spawn { while {(true)} do { if (cameraView == "EXTERNAL") then { if ((vehicle player) == player) then { //hintSilent "Hey Cheater!"; player switchCamera "INTERNAL"; }; }; sleep 0.5; }; }; 1 Share this post Link to post Share on other sites
Ryousuke 1 Posted August 3, 2013 Thanks for the help guys, appreciate it. <3 Share this post Link to post Share on other sites