feat: validate character data upon creation

This commit is contained in:
Andyyy7666
2025-09-08 19:12:15 +02:00
parent 0b39a8c039
commit 73f38c12f6
2 changed files with 45 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
RegisterNetEvent("ND:notifyClient", function(...)
NDCore.notify(...)
end)
-- updates the money on the client.
RegisterNetEvent("ND:updateMoney", function(cash, bank)
if not NDCore.player then return end