From 654b304d2f2715000e6578e5acad883cdeaaef46 Mon Sep 17 00:00:00 2001 From: Damen Date: Tue, 9 Apr 2019 00:55:02 -0400 Subject: [PATCH] adds discord in-game command --- gamemodes/irresistible/cnr/discord/discord_commands.pwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gamemodes/irresistible/cnr/discord/discord_commands.pwn b/gamemodes/irresistible/cnr/discord/discord_commands.pwn index 748c5de..005aa28 100644 --- a/gamemodes/irresistible/cnr/discord/discord_commands.pwn +++ b/gamemodes/irresistible/cnr/discord/discord_commands.pwn @@ -452,4 +452,10 @@ DQCMD:rcon( DCC_Channel: channel, DCC_User: user, params[ ] ) } } return 1; +} + +/* ** In-Game Discord Commands * **/ +CMD:discord( playerid, params[ ] ) +{ + return SendServerMessage( playerid, "You can access our Discord server at {7289da}sfcnr.com/discord" ); } \ No newline at end of file