ACE_SendMsg

S

Part of _G (Global) namespace

function ACE_SendMsg(ply, ...)
View on GitHub|lua/acf/shared/sh_ace_functions.lua:560-565
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
plyany
...any

Returns

No return values documented.

Examples

No examples available.

Used In(5 locations)

📄lua/acf/server/sv_acfpermission.lua
3 usages
L155ACE_SendMsg(ply, zone and Color(0, 255, 0) or Color(255, 0, 0), "You have entered the " .. (zone and zone .. " safezone." or "battlefield!"))
L386ACE_SendMsg(v, Color(255, 0, 0), "Default permission mode for " .. game.GetMap() .. " has been set to " .. mode .. "!")
L431ACE_SendMsg(v, Color(255,0,0), "Damage protection has been changed to " .. mode .. " mode!")
📄lua/weapons/weapon_szcreator/shared.lua
2 usages
L75ACE_SendMsg(owner, Color(0,255,0), "[ACE SZ Tool] moved point(1)")
L129ACE_SendMsg(owner, Color(255,0,0), "[ACE SZ Tool] moved point(2)")