Skip to content

Commit dc1eee0

Browse files
authored
fix(vzn-notify): export in esx integration
1 parent 45c9478 commit dc1eee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • pages/vzn-notify/Integration

pages/vzn-notify/Integration/esx.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ After this step the script should automatically works, but if not do next steps!
1616

1717
```lua copy filename="es_extended/client/functions.lua"
1818
function ESX.ShowNotification(message, notifyType, length)
19-
exports['vzn-scripts']:esxNotification(notifyType, length, message)
19+
exports['vzn-notify']:esxNotification(notifyType, length, message)
2020
end
2121
```
2222

0 commit comments

Comments
 (0)