π₯οΈNUI config
This will explain the UI related options from the script, especially the NUI containing the flooding management map
Last updated
This will explain the UI related options from the script, especially the NUI containing the flooding management map
Sets if the command to open the NUI is activated in game. Set at false to disable
cfg.useCommand = trueNo 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.
The command you want to type to open the flooding management panel.
cfg.commandName = "floodNui"Sets the blur strength in the UI background. Value at 1.8 by default.
cfg.blurLevel = 1.8Last updated