CrazyHackGUT / Discord

Yet another Discord Library
GNU General Public License v3.0
11 stars 9 forks source link

REST in Pawn / Doesnt work? #9

Open NewEditOfficial opened 5 years ago

NewEditOfficial commented 5 years ago

After some update its stop(s) working because of rip.ext? I use but it wouldnt load on my cs:s server why?

Core.smx ([Discord] Core): Required extension "REST in Pawn" file("rip.ext") not running jzd_chatlog.smx: Could not find required plugin "discord_extended" discord_log_admin.smx ([Discord] Admin Log): Required extension "REST in Pawn" file("rip.ext") not running discord_report.smx ([Discord] Simple Report System): Could not find required plugin "discord_extended" AdminSessionLog.smx ([Discord] Admin Session Log): Could not find required plugin "discord_extended" discord.smx ([Discord] Core): Required extension "REST in Pawn" file("rip.ext") not running napady.smx (Server Bugs to Discord): Could not find required plugin "discord_extended"

JoinedSenses commented 5 years ago

Here's your problem:

https://github.com/CrazyHackGUT/Discord/blob/master/addons/sourcemod/scripting/include/discord_extended.inc#L219

it's looking for core.smx, but that isn't the name of any of the files in the discord folder.

Edit this line to instead be file = "discord.smx", and it will work after you have recompiled everything that uses this plugin.

CrazyHackGUT commented 5 years ago

You uploaded REST in Pawn? rip.ext.so exists in /addons/sourcemod/extensions/?