ACE_SendNotification

S

Part of _G (Global) namespace

function ACE_SendNotification(ply, hint, duration)
View on GitHub|lua/acf/shared/sh_ace_functions.lua:567-573
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
plyany
hintany
durationany

Returns

No return values documented.

Examples

No examples available.

Used In(13 locations)

📄lua/acf/server/sv_acfpermission.lua
1 usage
L630ACE_SendNotification(targ, ply:Nick() .. " has " .. note .. " permission to damage their objects with ACE!")
📄lua/weapons/weapon_ace_antipersonmine/init.lua
1 usage
L17ACE_SendNotification(self:GetOwner(), sendInfo, 10)
📄lua/weapons/weapon_ace_antitankmine/init.lua
1 usage
L14ACE_SendNotification(self:GetOwner(), sendInfo, 10)
📄lua/weapons/weapon_ace_base/init.lua
1 usage
L112ACE_SendNotification(self:GetOwner(), sendInfo, 10)
📄lua/weapons/weapon_ace_boundingmine/init.lua
1 usage
L17ACE_SendNotification(self:GetOwner(), sendInfo, 10)
📄lua/weapons/weapon_ace_glock/shared.lua
2 usages
L134ACE_SendNotification(owner, "<<Automatic>>", 2)
L136ACE_SendNotification(owner, "<<Semi>>", 2)
📄lua/weapons/weapon_ace_grenade/init.lua
1 usage
L17ACE_SendNotification(self:GetOwner(), sendInfo, 10)
📄lua/weapons/weapon_ace_javelin/init.lua
1 usage
L37ACE_SendNotification(self:GetOwner(), sendInfo, 10)
📄lua/weapons/weapon_ace_slam/init.lua
1 usage
L18ACE_SendNotification(self:GetOwner(), sendInfo, 10)
📄lua/weapons/weapon_ace_smokegrenade/init.lua
1 usage
L12ACE_SendNotification(self:GetOwner(), sendInfo, 10)
📄lua/weapons/weapon_ace_stinger/init.lua
1 usage
L25ACE_SendNotification(self:GetOwner(), sendInfo, 10)
📄lua/weapons/weapon_ace_xm25/shared.lua
1 usage
L123ACE_SendNotification(owner, "Fuse Delay: " .. (self.FuseDelay > 0 and (math.Round(self.FuseDelay * 184.871) .. " m") or "None"), 2)