How do I turn off all the lights on the map and how to turn off the radio completely in the vehicle?
Any scripts?
How do I turn off all the lights on the map and how to turn off the radio completely in the vehicle?
Any scripts?
You can disable all lights by calling
SetArtificialLightsState(true)
And not sure about the radio but calling this native with the current vehicle might work
-- haven't tested
SetVehicleRadioEnabled(vehicle, false)
I’ve tried this one
SetArtificialLightsState(true)
but not working. Can you tell where should I add it in files?
The problem would be in another script…
Thank you for help 
could u show client script to do this
??? thanks