open.mp forum
[Plugin] I have added "discord-connector" plugin into my code then also it says fatal error: - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Plugin] I have added "discord-connector" plugin into my code then also it says fatal error: (/showthread.php?tid=2505)



I have added "discord-connector" plugin into my code then also it says fatal error: - [Rs]VeNoM - 2023-12-02

[Image: Untitled.png]

Please Help.


RE: I have added "discord-connector" plugin into my code then also it says fatal error: - denNorske - 2023-12-05

You will need to download discord-connector and put the .inc file in your
"samp037_svr_R2-2-1_win32\pawno\includes" folder.

Also make sure that your compiler is the right one for the project, which is also inside of that pawno folder.

You can find the download for it here:
https://github.com/maddinat0r/samp-discord-connector/releases/tag/v0.3.5

Remember that "#include <module> " checks in that folder for a file named "module".
The error just says it cannot find that file, so you will need to add it.