did not know until now that sm_chat existed lol
This commit is contained in:
parent
3dc480d564
commit
005552248b
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user