AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:GO/ANY?] Discord - Map Notifications (https://forums.alliedmods.net/showthread.php?t=312817)

Hallucinogenic Troll 01-03-2019 11:25

Re: [CS:GO/ANY?] Discord - Map Notifications
 
Quote:

Originally Posted by UartigZone (Post 2632506)
I get this error - CS:GO - Windows Server
[SM] Unable to load plugin "discord_MapNotification.smx": Native "DiscordWebHook.Send" was not found

Code:

"Admin File Reader" (1.9.0.6269) by AlliedModders LLC
 "Admin Help" (1.9.0.6269) by AlliedModders LLC
 "Admin List" (1.2) by Fredd
 "Admin Menu" (1.9.0.6269) by AlliedModders LLC
 "Anti Duck/Jump Spam" (1.0.2) by Bara
 "Anti-Flood" (1.9.0.6269) by AlliedModders LLC
 "Auth RetVal Checker" (1.1) by JoinedSenses
 "Basic Ban Commands" (1.9.0.6269) by AlliedModders LLC
 "Basic Chat" (1.9.0.6269) by AlliedModders LLC
 "Basic Comm Control" (1.9.0.6269) by AlliedModders LLC
 "Basic Commands" (1.9.0.6269) by AlliedModders LLC
 "Basic Info Triggers" (1.9.0.6269) by AlliedModders LLC
 "Basic Votes" (1.9.0.6269) by AlliedModders LLC
 "Button Watcher" (1.1) by Franc1sco franug
 "Client Preferences" (1.9.0.6269) by AlliedModders LLC
 "Connect MSG" (1.0) by Crazy
 "Country Tag" (1.12) by Hejter & Danyas
 "[Store] Credits for specified events" (1.14) by Cruze
 "Flashlight" (1.3.63) by Mitch
 "CS:GO Movement Unlocker" (1.0) by Peace-Maker
 "Custom Votes" (1.15U) by ReFlexPoison,Anonymous Player
 "Force AllTalk" (1.1) by Nickelony
 "SM Unlimited Reserve Ammo" (1.0) by Franc1sco franug
 "Fun Commands" (1.9.0.6269) by AlliedModders LLC
 "Fun Votes" (1.9.0.6269) by AlliedModders LLC
 "RankMe" (3.0.3.Kento.30.2) by lok1, Scooby, Kento, pracc, Kxnrl, CrazyHackGUT
 "MapChooser" (1.9.0.6269) by AlliedModders LLC
 "Map configs" (1.3) by Berni
 "CSGO Panorama Map Change Crashe Fixer" (1.0.6) by BOT Benson
 "SM Franug Name Reward" (1.0) by Franc1sco franug
 "Nextmap" (1.9.0.6269) by AlliedModders LLC
 "No Block" (1.0.0.0) by sslice
 "Map Nominations" (1.9.0.6269) by AlliedModders LLC
 "Player Commands" (1.9.0.6269) by AlliedModders LLC
 "Radio Spam Block" (1.0.1csgofix) by exvel,TonyBaretta
 "In-game Help Menu 2" (0.3 Playa edit) by chundo
 "Reserved Slots" (1.9.0.6269) by AlliedModders LLC
 "Rock The Vote" (1.9.0.6269) by AlliedModders LLC
 "ServerAdvertisements3" (3.1.3) by ESK0
 "Simple Chat Processor (Redux)" (2.1.0) by Simple Plugins, Mini
 "Smart URL Remover" (1.6.2) by Totenfluch [Fix by Agent Wesker]
 "[CSGO] Advanced Admin" (1.5.8) by PeEzZ
 "SM File/Folder Downloader and Precacher" (1.4) by SWAT_88
 "Sound Commands" (1.9.0.6269) by AlliedModders LLC
 "Stop Map Music" (1.0.0) by GoD-Tony
 "Store - The Resurrection" (1.1) by Zephyrus
 "Thirdperson | Mirrow Mode" (1.11) by Zephyrus
 "Toggle Music" (3.7.8) by Mitch & Agent Wesker
 "Toggle Weapon Sounds clientprefs" (1.0.3 fix m_iWeaponID + new syntax) by GoD-Tony
 "Too Late To Ban" (1.0.0a) by Shenton
 "Very Basic High Ping Kicker" (1.4) by msleeper
 "Admin List2" (1.2) by Fredd
 "zephyrus-coinflip" (1.0.3) by siimon
 "Zombie:Reloaded" (3.3.2 Franug edition) by Greyscale | Richard Helgeby and Franc1sco franug
 "ZR Class Fix" (2.1) by Franc1sco franug
 "ZR Custom CS:GO Arms" (5.0) by Franc1sco franug
 "[ZR] Grenade Effects" (2.0) by FrozDark (HLModders.ru LLC)
 "ZR Repeat Kill Detector" (1.0.2) by GoD-Tony
 "ZR Tagging" (1.2) by Agent Wesker & Rules of _P
 "zspawn.smx" zspawn.smx
 "Discord API" (0.1.12) by Deathknife



Download the Deathknife's Discord API version on https://github.com/Deathknife

I believe the files in the original AM post are outdated.

UartigZone 01-03-2019 14:03

Re: [CS:GO/ANY?] Discord - Map Notifications
 
Quote:

Originally Posted by Hallucinogenic Troll (Post 2632580)
Download the Deathknife's Discord API version on https://github.com/Deathknife

I believe the files in the original AM post are outdated.

Ty! But can't make a .smx .... Have been trying

Bara 01-03-2019 18:39

Re: [CS:GO/ANY?] Discord - Map Notifications
 
1 Attachment(s)
2+ chars

AK978 01-03-2019 21:49

Re: [CS:GO/ANY?] Discord - Map Notifications
 
11:

#define LoopValidClients(%1) for(int %1 = 1; %1 <= MaxClients; %1++) if(IsClientValid(%1) && !IsFakeClient(%1))

AK978 01-03-2019 21:59

Re: [CS:GO/ANY?] Discord - Map Notifications
 
//autoexecconfig.inc
https://github.com/Impact123/AutoExe...execconfig.inc

//SteamWorks
http://users.alliedmods.net/~kyles/builds/SteamWorks/

//smjansson.ext
https://github.com/thraaawn/SMJansson/tree/master/bin

UartigZone 01-04-2019 00:48

Re: [CS:GO/ANY?] Discord - Map Notifications
 
Quote:

Originally Posted by Bara (Post 2632683)
2+ chars

Working perfect now! You're the best. Thanks!

SHOUBI 09-29-2019 17:40

Re: [CS:GO/ANY?] Discord - Map Notifications
 
2 Attachment(s)
spend whole day trying to get it working on linux server:

ERRORS IN sourcemod/logs file only so far:

httpclient.cpp (2646) : Assertion Failed: pHost && *pHost
httpclient.cpp (2646) : Assertion Failed: pHost && *pHost
[discord_api.smx] [DISCORD] Couldn't Send Webhook - Fail 0 0

Discord webhook i've try one which already been used previously n worked, and created a new one as well both failed.

Attached are files i've been using so far + logs status and server setting plugins list and version of SM/MM

I've try also disabling all related discord plugin issue still reamaining.

Bara 09-30-2019 09:19

Re: [CS:GO/ANY?] Discord - Map Notifications
 
Windows or Linux?

SHOUBI 11-05-2019 07:59

Re: [CS:GO/ANY?] Discord - Map Notifications
 
2 Attachment(s)
i got it working by editing the sp, config file is named Discord_notif now and it worked!

Bara 11-05-2019 11:50

Re: [CS:GO/ANY?] Discord - Map Notifications
 
Quote:

Originally Posted by SHOUBI (Post 2672052)
i got it working by editing the sp, config file is named Discord_notif now and it worked!

You need to upload the sourcecode too.


All times are GMT -4. The time now is 07:37.

Powered by vBulletin®
Copyright ©2000 - 2023, vBulletin Solutions, Inc.