Update sv_commands.lua

This commit is contained in:
[TW]Rain_Bob 2023-11-11 12:33:27 +08:00 committed by GitHub
parent 6bc07781ca
commit 6c4698cd44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,7 @@ local function Flood_PayCash(ply,txt)
ct:AddText("[Flood] ", Color(132, 199, 29, 255))
ct:AddText("You gave "..p:Nick().." "..tonumber(c[3]).."$!")
ct:Send(ply)
local ct = ChatText()
ct:AddText("[Flood] ", Color(132, 199, 29, 255))
ct:AddText(ply:Nick().." gave "..'you'.." "..tonumber(c[3]).."$!")
ct:Send(p)