File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ Link to buy
1313<Steps >
1414### Download the newest version from [ Keymaster] ( https://keymaster.fivem.net/asset-grants )
1515
16+ ### Put vzn-notify in your server resources folder
17+
18+ ### Add ` ensure vzn-notify ` to your server.cfg
19+
1620### Config
1721
1822Configure it how do you want
Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ exports['vzn-notify']:addNotification(data)
4040 - designType?: ` 1 ` | ` 2 ` | ` 3 ` | ` 4 `
4141 - the design of the notification [ Preview] ( ./designs.mdx )
4242 - if not setted -> default from Config
43- - duration?: number
43+ - duration?: ` number `
4444 - time during which the notification will be visible (in miliseconds)
4545 - if not setted -> default from Config
46- - title?: string
46+ - title?: ` string `
4747 - the title of the notification
4848 - if not setted -> default from Config
49- - message: string
49+ - message: ` string `
5050 - message of the notification
5151 - if not setted -> notification will not appear
You can’t perform that action at this time.
0 commit comments