another stoat support

This commit is contained in:
jenz
2026-02-04 12:14:59 +01:00
parent f3995b4b6d
commit cd4937521b
2 changed files with 63 additions and 2 deletions
+25
View File
@@ -0,0 +1,25 @@
#if defined _Discord_UNLOZE_Included
#endinput
#endif
#define _Discord_UNLOZE_Included
/**
* @noreturn
*/
forward void GetDiscordToStoat(const char[] username, const char[] message, int type);
/* Do not edit below this line */
public SharedPlugin __pl_Discord_UNLOZE =
{
name = "Discord_UNLOZE",
file = "Discord_UNLOZE.smx",
#if defined REQUIRE_PLUGIN
required = 1,
#else
required = 0,
#endif
};