🎥ViewCam Enforcer
Explore our resource's outstanding features that enhance your server's gameplay experience.
Key Features:
Limited Camera Modes: Restricts players to only two camera modes - first person and close third person.
Forced First-Person Shooting: Option to automatically switch players to first-person view when shooting.
Separate On-Foot and Vehicle Settings: Allows for different rules when on foot versus in a vehicle.
Dynamic View Switching: Ability to restore camera view when aiming stops.


Configuration Options:
Config.ViewCamForcer = {
EnabledFoot = false,
DefaultViewCamOnFoot = 0,
FirstPersonShooting = true,
RestoreViewCamOnAimStop = true,
EnabledVehicle = true,
EnabledFirstPersonVehicleShooting = true,
RestoreVehicleViewCamOnAimStop = true,
}
On-Foot Settings:
EnabledFoot
:Toggles the View Cam Forcer for on-foot gameplay.
DefaultViewCamOnFoot
:Sets the default camera view for on-foot gameplay.
0
for close third person,4
for first person.
FirstPersonShooting
:
When enabled, automatically switches to first-person view while shooting on foot.
RestoreViewCamOnAimStop
:If enabled, returns the camera to the default view when the player stops aiming.
Vehicle Settings:
EnabledVehicle
:Toggles the View Cam Forcer for in-vehicle gameplay.
EnabledFirstPersonVehicleShooting
:Forces first-person view when shooting from vehicles if enabled.
RestoreVehicleViewCamOnAimStop
:Returns the camera to the default vehicle view when aiming stops.
Last updated
Was this helpful?