function ACF_SendNotify( ply, success, msg )
👁️ 0 viewsUpdated 2 hours ago
⚠️Verification Needed
This function has no documentation yet.
Description
No description available.
Parameters
| Name | Type | Description |
|---|
ply | any | |
success | any | |
msg | any | |
Returns
No return values documented.
Examples
No examples available.
Used In(13 locations)
📄lua/entities/acf_missile_to_rack/init.lua
L48if not IsValid(Res) then ACF_SendNotify(self:CPPIGetOwner(), false, "#tool.acfmenu.creationfailed") end 📄lua/entities/gmod_wire_expression2/core/custom/acf.lua
L416ACF_SendNotify(self.player, success, msg) L447ACF_SendNotify(self.player, success, msg) 📄lua/starfall/libs_sv/acf.lua
L378ACF_SendNotify(instance.player, success, msg) L402ACF_SendNotify(instance.player, success, msg) 📄lua/weapons/gmod_tool/stools/acfcopy.lua
L36ACF_SendNotify( pl, success, msg ); L44ACF_SendNotify( pl, success, msg ); L89ACF_SendNotify( pl, true, "#tool.acfcopy.gearbox" ); 📄lua/weapons/gmod_tool/stools/acfmenu.lua
L100ACF_SendNotify( ply, success, msg ) L104if not IsValid(Ent) then ACF_SendNotify(ply, false, "#tool.acfmenu.creationfailed") return false end L199ACF_SendNotify(ply, success, msg) 📄lua/weapons/gmod_tool/stools/acfsound.lua
L247ACF_SendNotify( ply, false, "#tool.acfsound.unsupported" )