Jump to content
Sign in to follow this  
xgamer224

1st on foot 3rd in vehicle

Recommended Posts

Is there any way possible to allow users switch from 1st and 3rd person in vehicles but only 1st person while on foot?

Edited by xgamer224

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×