tweak(resource/interface): register net event for lib.notify

This commit is contained in:
Linden
2022-04-11 04:59:21 +00:00
parent 1ac844f20a
commit 760f18653d

View File

@@ -17,3 +17,5 @@ function lib.notify(data)
data = data
})
end
RegisterNetEvent('ox_lib:notify', lib.notify)