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