Idle cam pois By "Slerbamonsteri"

Joonab

Käyttäjä
Vanhempi jäsen
27 Joulukuu 2019
33
1
8
Lua:
Citizen.CreateThread(function()
    while true do
        InvalidateIdleCam()
        N_0x9e4cfff989258472() --Disable the vehicle idle camera
        Wait(1000) --The idle camera activates after 30 second so we don't need to call this per frame
    end
end)