ACF_SendNotify

S

Part of _G (Global) namespace

function ACF_SendNotify( ply, success, msg )
View on GitHub|lua/autorun/acf_globals.lua:508-513
👁️ 0 viewsUpdated 2 hours ago
⚠️

Verification Needed

This function has no documentation yet.

Description

No description available.

Parameters

NameTypeDescription
plyany
successany
msgany

Returns

No return values documented.

Examples

No examples available.

Used In(13 locations)

📄lua/entities/acf_missile_to_rack/init.lua
1 usage
L48if not IsValid(Res) then ACF_SendNotify(self:CPPIGetOwner(), false, "#tool.acfmenu.creationfailed") end
📄lua/entities/gmod_wire_expression2/core/custom/acf.lua
2 usages
L416ACF_SendNotify(self.player, success, msg)
L447ACF_SendNotify(self.player, success, msg)
📄lua/starfall/libs_sv/acf.lua
2 usages
L378ACF_SendNotify(instance.player, success, msg)
L402ACF_SendNotify(instance.player, success, msg)
📄lua/weapons/gmod_tool/stools/acfcopy.lua
4 usages
L36ACF_SendNotify( pl, success, msg );
L44ACF_SendNotify( pl, success, msg );
L89ACF_SendNotify( pl, true, "#tool.acfcopy.gearbox" );
📄lua/weapons/gmod_tool/stools/acfmenu.lua
3 usages
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
1 usage
L247ACF_SendNotify( ply, false, "#tool.acfsound.unsupported" )