xgamer224 1 Posted November 17, 2013 (edited) Is there any way possible to allow users switch from 1st and 3rd person in vehicles but only 1st person while on foot? Edited November 17, 2013 by xgamer224 Share this post Link to post Share on other sites
iceman77 18 Posted November 17, 2013 Something like this: while {true} do { if (vehicle player == player) then { if (cameraView == "EXTERNAL" || cameraView == "GROUP") then { vehicle player switchCamera "INTERNAL"; }; }; sleep 0.1; }; Share this post Link to post Share on other sites