mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
Update server.lua
This commit is contained in:
@@ -61,7 +61,7 @@ if config["pay"] then
|
||||
end
|
||||
|
||||
if config["give"] then
|
||||
RegisterCommand(Settings.Give.Command, function(source, args, rawCommand)
|
||||
RegisterCommand("give", function(source, args, rawCommand)
|
||||
local player = source
|
||||
local amount = tonumber(args[2])
|
||||
NDCore.Functions.GiveCashToNearbyPlayer(player, amount)
|
||||
|
||||
Reference in New Issue
Block a user