mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 22:36:03 +01:00
Update main.lua
This commit is contained in:
@@ -122,9 +122,10 @@ AddEventHandler("newCharacter", function(newCharacter)
|
|||||||
local departmentCheck = validateDepartment(player, newCharacter.department)
|
local departmentCheck = validateDepartment(player, newCharacter.department)
|
||||||
if not departmentCheck then return end
|
if not departmentCheck then return end
|
||||||
|
|
||||||
if config.enableMoneySystem then
|
|
||||||
local startingCash = newCharacter.startingCash
|
local startingCash = newCharacter.startingCash
|
||||||
local startingBank = newCharacter.startingBank
|
local startingBank = newCharacter.startingBank
|
||||||
|
print(startingCash)
|
||||||
|
if config.enableMoneySystem then
|
||||||
-- Don't trust the client, validate maximum amounts.
|
-- Don't trust the client, validate maximum amounts.
|
||||||
local moneyCheck = validateMoney(startingCash, startingBank)
|
local moneyCheck = validateMoney(startingCash, startingBank)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user