forked from rain-rain-bob-sss/gmod-flood-2.2
Update sv_commands.lua
This commit is contained in:
parent
6bc07781ca
commit
6c4698cd44
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user