mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
feat: validate character data upon creation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user