[Pawn] A correctly installed Filterscript (driverfs) does not work. - 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: [Pawn] A correctly installed Filterscript (driverfs) does not work. (/showthread.php?tid=1848) |
A correctly installed Filterscript (driverfs) does not work. - Boxi - 2021-04-07 Hi it's me again :C (I think I'll get banned from this forum if I keep posting so often :P) Anyway, I need your help to install this FilterScript?https://github.com/Naseband/SAMP-Driver-FS??I downloaded and installed all the libraries it requires, I compiled it without problems, but when I install it on the server and try to use a command I get the message "Unknown command" when the command I use is defined, basically it's as if the FS does not start. Someone already tried to install this FS or know how to solve this problem? I would appreciate your help. Greetings to all! RE: A correctly installed Filterscript (driverfs) does not work. - destiezk - 2021-04-07 Can you see any errors in your server_logs.txt? RE: A correctly installed Filterscript (driverfs) does not work. - Boxi - 2021-04-07 (2021-04-07, 10:19 PM)destiezk Wrote: Can you see any errors in your server_logs.txt? none, it is very strange. I downloaded a server from the official samp site to make sure it wasn't an error with the server where I was testing it before, maybe it's because of some of the includes? Code: #include <FCNPC> As I say, I installed them all and it compiles fine, but that's all I can think of :C edit: I fixed the error, it was that I was missing a plugin to start correctly. |