ACE_SendNotification
SPart of _G (Global) namespace
function ACE_SendNotification(ply, hint, duration)👁️ 0 viewsUpdated 2 hours ago
⚠️
Verification Needed
This function has no documentation yet.
Description
No description available.
Parameters
| Name | Type | Description |
|---|---|---|
ply | any | |
hint | any | |
duration | any |
Returns
No return values documented.
Examples
No examples available.
Used In(13 locations)
L630
ACE_SendNotification(targ, ply:Nick() .. " has " .. note .. " permission to damage their objects with ACE!")L17
ACE_SendNotification(self:GetOwner(), sendInfo, 10)L14
ACE_SendNotification(self:GetOwner(), sendInfo, 10)L112
ACE_SendNotification(self:GetOwner(), sendInfo, 10)L17
ACE_SendNotification(self:GetOwner(), sendInfo, 10)L17
ACE_SendNotification(self:GetOwner(), sendInfo, 10)L37
ACE_SendNotification(self:GetOwner(), sendInfo, 10)L18
ACE_SendNotification(self:GetOwner(), sendInfo, 10)L12
ACE_SendNotification(self:GetOwner(), sendInfo, 10)L25
ACE_SendNotification(self:GetOwner(), sendInfo, 10)L123
ACE_SendNotification(owner, "Fuse Delay: " .. (self.FuseDelay > 0 and (math.Round(self.FuseDelay * 184.871) .. " m") or "None"), 2)