Files
mmkrp_2026/gamemodes/darkrp/gamemode/modules/chatindicator/cl_interface.lua
2026-03-15 14:54:49 +03:00

19 lines
495 B
Lua

DarkRP.hookStub{
name = "DrawChatIndicator",
description = "Call when the Chat Indicator is drawn. Return to overwrite.",
parameters = {
{
name = "ply",
description = "The player the indicator should be drawn for.",
type = "Player"
}
},
returns = {
{
name = "override",
description = "Return true in your hook to disable the default drawing.",
type = "boolean"
}
}
}