I thought using something like this code found in rottenV
local forceFirstPerson = true
-- CODE --
Citizen.CreateThread(function()
SetBlackout(true)
while true do
Wait(1)
if forceFirstPerson then
SetFollowPedCamViewMode(4)
end
end
end)
Can anyone help me with that ?