Samuel

Results 143 comments of Samuel

More awesome stuff from @Lanchon! In the future couldn't you make this a executable script for TWRP?

Definitly don't use `SetVehicleDoorsLocked()`, `SetVehicleDoorsLockedForAllPlayers()` is better, can't remember why. To fix people from smashing doors just use this loop: ```lua Citizen.CreateThread(function() while true do Citizen.Wait(0) local playerPed = PlayerPedId()...

Oh this is intended, because we cannot run it silent or it'll install Geforce experience (only happens if 'minimal install' is not enabled)

Hi @RationalSquash, do you mind running TNUC with the `--debug` command line argument added with your other ones and post your log here?

Really weird @HatBeardZero and @Neobond since I had people complaining in a previous issue where Geforce experience was installed if the `--quiet` argument is used, and that's the reason to...

I must've fucked it up big time then, here's a recap on how TNUC is expected to behave - If minimal installer is enabled and the quiet argument is used...

The reason to the NVIDIA driver installer being visible is because it caused issues since they changed their installer so it would always install Geforce Experience. I must find a...

I'm not sure about this exact implementation. I recall moving this function to only when automaticly being downloaded and saved in the temp folder. It's really easy to just check...