fix(server/functions): Naming error

This commit is contained in:
Andyyy7666
2022-08-23 21:26:44 +02:00
committed by GitHub
parent 8c79a9bb7e
commit 4d7b15ef1c

View File

@@ -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