π₯οΈ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
No system is actually in place to trigger the floodings automatically, setting this at false would just block any flooding action. We recommand to keep it as it is for the moment.
π 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