Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

Hawock

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Everything posted by Hawock

  1. Thanks for the help i will see what you have said and there is a script to remove the camera zoom in first person ? When a car move too fast the guys zoom in the driverwheel
  2. Hello i'm new there, I'm here to ask some question to this community for script help. And request some script help I have a few problems with the 1st view in car.When I speed up more than 200km/h with a car the camera zoom in at the front glass.I have done a lot of search on the bis wiki and found a small fix with the fov. Here is the class viewpilot script with the fov to fix a small zoom in. class ViewPilot: ViewPilot { initFov=1; minFov=0.42; maxFov=0.85; class ViewPilot { initAngleX=10; minAngleX=-30; maxAngleX=+30; initAngleY=0; minAngleY=-100; maxAngleY=+100; initFov=1; minFov=0.42; maxFov=0.85;}; What i want its to totally remove the zoom in , in car. I have some car without HQ interior and, I wanted to know if i can force the 3rd view and disable the 1st view in car with a script in the cpp. I'm looking if there is a script to burn with the car and start the car on the 2 rear wheel like a drag car ? Thanks if you can help me for my car mods. ps : sorry for my bad english i hope you can understand me
  3. No one can help me for those scripts ?
×