Lights and radio?

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?

It works fine here i added it to an client script, do you have any errors?

The problem would be in another script…
Thank you for help :slight_smile:

could u show client script to do this
??? thanks