mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
fix(server/functions): Naming error
This commit is contained in:
@@ -118,7 +118,7 @@ function NDCore.Functions.TransferBank(amount, player, target)
|
||||
})
|
||||
TriggerClientEvent("chat:addMessage", target, {
|
||||
color = {0, 255, 0},
|
||||
args = {"Success", NDCore.Players[player].firstName .. " " .. NDCore.Players[target].lastName .. " sent you $" .. amount .. "."}
|
||||
args = {"Success", NDCore.Players[player].firstName .. " " .. NDCore.Players[player].lastName .. " sent you $" .. amount .. "."}
|
||||
})
|
||||
return true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user