From 005552248b10cd97de1ffc844c6be7222c23cc55 Mon Sep 17 00:00:00 2001 From: jenz Date: Mon, 16 Feb 2026 22:02:41 +0100 Subject: [PATCH] did not know until now that sm_chat existed lol --- Discord_UNLOZE/scripting/Discord_UNLOZE.sp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Discord_UNLOZE/scripting/Discord_UNLOZE.sp b/Discord_UNLOZE/scripting/Discord_UNLOZE.sp index d4cc51f..8dbe44b 100644 --- a/Discord_UNLOZE/scripting/Discord_UNLOZE.sp +++ b/Discord_UNLOZE/scripting/Discord_UNLOZE.sp @@ -645,6 +645,11 @@ public Action CommandListener_SmChat(int client, const char[] sCommand, int argc else Discord_POST(DISCORD_ADMINCHAT_WEBHOOKURL, sText, true, sUsername); + Call_StartForward(g_hForwardDiscord); + Call_PushString(sUsername); + Call_PushString(sText); + Call_PushCell(6); + Call_Finish(); return Plugin_Continue; }