Configuration

If you are using ox_lib, then for using ox_lib progressbar you must unblock 1 line on fxmanifest.lua, then type to game/server console "refresh" and "ensure ug_parkingmeter" Config.lua

```lua
Config.NotifySettings = 'notifysettings'
Config.TestCommands = true -- testerror / testsuccess / testinfo / testannounce

Config.Title = {
    ["error"] = {
        title = "Error"
    },
    ["success"] = {
        title = "success"
    },
    ["info"] = {
        title = "info"
    },
    ["ann"] = {
        title = "ann"
    },
    ["bank"] = {
        title = "bank"
    },
    ["lspd"] = {
        title = "lspd"
    },
    ["ems"] = {
        title = "ems"
    },
}
```

Using Client export

Using Client Event

Using Server

or

INFO Script have automaticly implement for esx and qb notify "ug-notify" desing, so only you can drag and drop and automaticly have it.

Last updated