Hide Headlight/Neon Controls

If your server uses a more advanced neon/headlight controller script (such as md-neoncontroller), or simply don't want players to change headlight colours, you can choose to hide the basic neon/headlight controls that come with this menu.

There are three configs available, each hiding different elements.

shared/config.lua
-- If set to false, players will not be able to change their headlights xenon colour
Config.AllowHeadlightColourChange = true

-- If set to false, players will not be able to change their neon colours. Disable if using md-neoncontroller
Config.AllowNeonColourChange = true

-- If set to false, players will not be able to toggle neon lights on/off. Disable if using md-neoncontroller
Config.AllowNeonToggles = true

Last updated