tweak(server/comands): setmoney help & player check

This commit is contained in:
Andyyy7666
2023-08-28 03:06:01 +02:00
parent ec86f6ff86
commit b7237729f4

View File

@@ -35,16 +35,16 @@ lib.addCommand("setmoney", {
},
{
name = "amount",
type = "number",
help = "bank/cash"
type = "number"
}
},
}
}, function(source, args, raw)
local action = moneyActions[args.action]
local moneyType = args.type:lower()
if not action or not lib.table.contains(moneyTypes, moneyType) then return end
local player = NDCore.getPlayer(args.target)
if not player then return end
local staffMessage, userMessage = action(player, moneyType, args.amount)
player.notify({