πŸ–₯️NUI config

This will explain the UI related options from the script, especially the NUI containing the flooding management map


πŸ“₯ cfg.useCommand

Sets if the command to open the NUI is activated in game. Set at false to disable

cfg.useCommand = true

πŸ“ cfg.commandName

The command you want to type to open the flooding management panel.

cfg.commandName = "floodNui"

🌫️ cfg.blurLevel

Sets the blur strength in the UI background. Value at 1.8 by default.

cfg.blurLevel = 1.8

Last updated