We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45c9478 commit dc1eee0Copy full SHA for dc1eee0
1 file changed
pages/vzn-notify/Integration/esx.mdx
@@ -16,7 +16,7 @@ After this step the script should automatically works, but if not do next steps!
16
17
```lua copy filename="es_extended/client/functions.lua"
18
function ESX.ShowNotification(message, notifyType, length)
19
- exports['vzn-scripts']:esxNotification(notifyType, length, message)
+ exports['vzn-notify']:esxNotification(notifyType, length, message)
20
end
21
```
22
0 commit comments