Jump to content
Sign in to follow this  
curtcooll

Force First Person in vehicle only request

Recommended Posts

Need help on trying to force first person when in vehicle or just helicopter.

Share this post


Link to post
Share on other sites

onEachFrame {if(vehicle player != player) then {player switchCamera "Internal";};};

or...

while {true} do {if(vehicle player != player) then {player switchCamera "Internal";};sleep 0.5;};

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  

×